Skip to content

Commit

Permalink
Update repository owner
Browse files Browse the repository at this point in the history
  • Loading branch information
DanRStevens committed Aug 16, 2024
1 parent 7634a0e commit f5fadc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
- run: make -C docker build-image-${{ matrix.platform }}

- name: Docker login
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io --username "${{ github.actor }}" --password-stdin
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io --username "${{ github.repository_owner }}" --password-stdin

- run: make -C docker push-image-${{ matrix.platform }}

0 comments on commit f5fadc5

Please sign in to comment.