Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
Merge pull request #723 from navikt/dependabot/github_actions/docker/…
Browse files Browse the repository at this point in the history
…login-action-3

Bump docker/login-action from 2 to 3
  • Loading branch information
pcmoen authored Nov 8, 2023
2 parents 2bd23ff + 683886e commit 6b1a7c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Log in to the Container registry
if: github.ref == 'refs/heads/main'
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down

0 comments on commit 6b1a7c7

Please sign in to comment.