Skip to content

Commit

Permalink
Fix: depreciated docker/login-action
Browse files Browse the repository at this point in the history
  • Loading branch information
shivam-sharma7 authored and jesperpedersen committed Aug 4, 2023
1 parent e05d7a3 commit 5dd8800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/quay.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: echo PROJECT_VERSION=$( mvn org.apache.maven.plugins:maven-help-plugin:3.1.0:evaluate -Dexpression=project.version -q -DforceStdout ) >> $GITHUB_ENV
- name: Login to Quay.io
if: env.QUAY_BOT_LOGIN != '' && github.ref == 'refs/heads/master'
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
registry: quay.io
username: ${{ secrets.QUAY_BOT_LOGIN }}
Expand Down

0 comments on commit 5dd8800

Please sign in to comment.