Skip to content

Commit

Permalink
Merge pull request #921 from adorsys/dependabot/github_actions/docker…
Browse files Browse the repository at this point in the history
…/login-action-3.0.0

Bump docker/login-action from 2.2.0 to 3.0.0
  • Loading branch information
st3v0rr authored Dec 12, 2023
2 parents ae25621 + 41caf4a commit d64102a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,14 @@ jobs:
run: echo "::set-output name=VERSION::$(tail -n1 .env | cut -d= -f2)"

- name: Login to Docker Hub
uses: docker/login-action@v2.2.0
uses: docker/login-action@v3.0.0
if: startsWith(github.event.ref, 'refs/tags/v')
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}

- name: Login to Quay.io
uses: docker/login-action@v2.2.0
uses: docker/login-action@v3.0.0
if: startsWith(github.event.ref, 'refs/tags/v')
with:
registry: quay.io
Expand Down

0 comments on commit d64102a

Please sign in to comment.