Skip to content

Commit

Permalink
Merge pull request #131 from utilitywarehouse/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/docker/login-action-3

Bump docker/login-action from 2 to 3
  • Loading branch information
ffilippopoulos authored Oct 2, 2023
2 parents 4c503ce + f9381b2 commit a0f1498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
- name: Login to Quay.io Container Registry
if: github.actor != 'dependabot[bot]'
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: quay.io
username: utilitywarehouse+drone_ci
Expand Down

0 comments on commit a0f1498

Please sign in to comment.