Skip to content

Commit

Permalink
Merge pull request #17 from matzegebbe/dependabot/github_actions/dock…
Browse files Browse the repository at this point in the history
…er/login-action-3.0.0

chore(deps): bump docker/login-action from 2.2.0 to 3.0.0
  • Loading branch information
matzegebbe authored Sep 19, 2023
2 parents 0d9ad38 + 482cdcc commit 7094ca2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4

- name: Docker Login
uses: docker/login-action@v2.2.0
uses: docker/login-action@v3.0.0
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4

- name: Docker Login
uses: docker/login-action@v2.2.0
uses: docker/login-action@v3.0.0
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down

0 comments on commit 7094ca2

Please sign in to comment.