Skip to content

Commit

Permalink
build(deps): bump docker/#-action from 2 to 3
Browse files Browse the repository at this point in the history
Bumps [docker/#-action](https://github.com/docker/#-action) from 2 to 3.
- [Release notes](https://github.com/docker/#-action/releases)
- [Commits](docker/#-action@v2...v3)

---
updated-dependencies:
- dependency-name: docker/#-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and vincejv committed Oct 16, 2023
1 parent 15540c8 commit 1c4ec7e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
service_account: '${{ secrets.WIF_SERVICE_ACCOUNT }}'

- name: Login to Google Docker Registry
uses: docker/#-action@v2
uses: docker/#-action@v3
with:
registry: ${{ env.REGISTRY }}
username: 'oauth2accesstoken'
Expand Down Expand Up @@ -274,7 +274,7 @@ jobs:
service_account: '${{ secrets.WIF_SERVICE_ACCOUNT }}'

- name: Login to Google Docker Registry
uses: docker/#-action@v2
uses: docker/#-action@v3
with:
registry: ${{ env.REGISTRY }}
username: 'oauth2accesstoken'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:
service_account: '${{ secrets.WIF_SERVICE_ACCOUNT }}'

- name: Login to Google Docker Registry
uses: docker/#-action@v2
uses: docker/#-action@v3
with:
registry: ${{ env.REGISTRY }}
username: 'oauth2accesstoken'
Expand Down Expand Up @@ -276,7 +276,7 @@ jobs:
service_account: '${{ secrets.WIF_SERVICE_ACCOUNT }}'

- name: Login to Google Docker Registry
uses: docker/#-action@v2
uses: docker/#-action@v3
with:
registry: ${{ env.REGISTRY }}
username: 'oauth2accesstoken'
Expand Down

0 comments on commit 1c4ec7e

Please # to comment.