Skip to content
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.

Commit

Permalink
Merge pull request #41 from go-faster/dependabot/github_actions/docke…
Browse files Browse the repository at this point in the history
…r/login-action-3

chore(deps): bump docker/login-action from 2 to 3
  • Loading branch information
ernado authored Sep 14, 2023
2 parents d9ecdbb + e39dfb8 commit bea9011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
release-${{ runner.os }}-go-${{ env.goversion }}
- name: Docker log in
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
Expand Down

0 comments on commit bea9011

Please sign in to comment.