Skip to content

Commit

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

chore(ci): bump docker/login-action from 3.1.0 to 3.3.0
  • Loading branch information
tuxpeople authored Aug 7, 2024
2 parents 806ff7d + 85f9167 commit e3ca819
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 @@ -83,7 +83,7 @@ jobs:
-
name: Login to Quay.io
if: github.event_name != 'pull_request'
uses: docker/login-action@v3.1.0
uses: docker/login-action@v3.3.0
with:
registry: quay.io
username: ${{ env.QUAY_USER }}
Expand Down

0 comments on commit e3ca819

Please sign in to comment.