We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4be887 commit 63ed118Copy full SHA for 63ed118
.github/workflows/ci-build-image.yml
@@ -68,7 +68,7 @@ jobs:
68
uses: redhat-actions/podman-login@v1
69
with:
70
registry: ghcr.io/${{ github.repository_owner }}
71
- username: ${{ github.event.comment.user.login }}
+ username: ${{ github.actor }}
72
password: ${{ secrets.GITHUB_TOKEN }}
73
- uses: skjolber/maven-cache-github-action@v1
74
.github/workflows/push-ci.yml
@@ -77,6 +77,7 @@ jobs:
77
fi
78
if: github.repository_owner == 'cryostatio'
79
- name: Push to quay.io
80
+ id: push-to-quay
81
uses: redhat-actions/push-to-registry@v2
82
83
image: cryostat
0 commit comments