Skip to content

Commit

Permalink
fixup! Use correct credentials to push images
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Belouin <nicolas.belouin@suse.com>
  • Loading branch information
diconico07 committed Nov 2, 2023
1 parent 7c8bedc commit b83400b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-rust-containers.yml
Expand Up @@ -140,6 +140,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Login to GitHub Container Registry
if: github.event_name == 'push' || github.event_name == 'release'
uses: docker/login-action@v3
with:
registry: ghcr.io
Expand Down

0 comments on commit b83400b

Please sign in to comment.