Skip to content

Commit 63ed118

Browse files
committed
fix username
1 parent e4be887 commit 63ed118

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci-build-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
uses: redhat-actions/podman-login@v1
6969
with:
7070
registry: ghcr.io/${{ github.repository_owner }}
71-
username: ${{ github.event.comment.user.login }}
71+
username: ${{ github.actor }}
7272
password: ${{ secrets.GITHUB_TOKEN }}
7373
- uses: skjolber/maven-cache-github-action@v1
7474
with:

.github/workflows/push-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ jobs:
7777
fi
7878
if: github.repository_owner == 'cryostatio'
7979
- name: Push to quay.io
80+
id: push-to-quay
8081
uses: redhat-actions/push-to-registry@v2
8182
with:
8283
image: cryostat

0 commit comments

Comments
 (0)