Skip to content

Commit

Permalink
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 derhuerst committed May 30, 2024
1 parent 1d87ccf commit 2d9e29b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: configure Docker to use buildx
uses: docker/setup-buildx-action@v2
- name: log in to Docker Hub
uses: docker/#-action@v2
uses: docker/#-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_ACCESS_TOKEN }}
Expand All @@ -49,7 +49,7 @@ jobs:

# this is for the public-transport/infrastructure cluster
- name: log in to GitHub Container Registry
uses: docker/#-action@v2
uses: docker/#-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand Down

0 comments on commit 2d9e29b

Please # to comment.