Skip to content

Commit

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

chore(deps): bump docker/login-action from 3.1.0 to 3.2.0
  • Loading branch information
matzegebbe authored Jun 10, 2024
2 parents d0b4927 + 8d32931 commit d1ba189
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.1.0
uses: docker/login-action@v3.2.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.1.0
uses: docker/login-action@v3.2.0
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down

0 comments on commit d1ba189

Please sign in to comment.