Skip to content

Commit

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

chore(deps): bump docker/login-action from 3.0.0 to 3.1.0
  • Loading branch information
matzegebbe authored May 23, 2024
2 parents ddfc9a6 + dfea232 commit d0b4927
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 @@ -27,7 +27,7 @@ jobs:
run: go test ./...

- name: Docker Login
uses: docker/login-action@v3.0.0
uses: docker/login-action@v3.1.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@v3.0.0
uses: docker/login-action@v3.1.0
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down

0 comments on commit d0b4927

Please sign in to comment.