Skip to content

Commit

Permalink
Merge pull request #95 from tuxpeople/dependabot/github_actions/docke…
Browse files Browse the repository at this point in the history
…r/login-action-3.1.0

chore(ci): bump docker/login-action from 3.0.0 to 3.1.0
  • Loading branch information
tuxpeople authored Aug 5, 2024
2 parents 8e6593a + bfb6c5f commit 23578e7
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.0.0
uses: docker/login-action@v3.1.0
with:
registry: quay.io
username: ${{ env.QUAY_USER }}
Expand Down

0 comments on commit 23578e7

Please sign in to comment.