Skip to content

Commit

Permalink
Merge pull request #244 from liquibase/b7cbdependabot/github_actions/…
Browse files Browse the repository at this point in the history
…docker/login-action-3

build(deps): bump docker/login-action from 2 to 3
  • Loading branch information
jnewton03 authored Oct 4, 2023
2 parents 6a7a968 + 3103f21 commit 40e9c35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,13 +120,13 @@ jobs:

- uses: docker/setup-qemu-action@v2
- uses: docker/setup-buildx-action@v2
- uses: docker/login-action@v2
- uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Login to ECR Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
env:
AWS_REGION: us-east-1
with:
Expand Down

0 comments on commit 40e9c35

Please sign in to comment.