Skip to content

Commit

Permalink
Merge pull request #254 from crossplane-contrib/dependabot/github_act…
Browse files Browse the repository at this point in the history
…ions/docker/login-action-3

Bump docker/login-action from 2 to 3
  • Loading branch information
fahedouch authored Oct 8, 2023
2 parents f1a3e96 + c0c2dd9 commit c12292c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -299,14 +299,14 @@ jobs:
path: _output/**

- name: Login to Docker
uses: docker/login-action@v2
uses: docker/login-action@v3
if: env.CONTRIB_DOCKER_USR != ''
with:
username: ${{ secrets.CONTRIB_DOCKER_USR }}
password: ${{ secrets.CONTRIB_DOCKER_PSW }}

- name: Login to Upbound
uses: docker/login-action@v2
uses: docker/login-action@v3
if: env.XPKG_ACCESS_ID != ''
with:
registry: xpkg.upbound.io
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/promote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: git fetch --prune --unshallow

- name: Login to Docker
uses: docker/login-action@v2
uses: docker/login-action@v3
if: env.CONTRIB_DOCKER_USR != ''
with:
username: ${{ secrets.CONTRIB_DOCKER_USR }}
Expand Down

0 comments on commit c12292c

Please sign in to comment.