Skip to content

Commit

Permalink
Merge pull request #37 from webis-de/dependabot/github_actions/docker…
Browse files Browse the repository at this point in the history
…/login-action-3

Bump docker/login-action from 1 to 3
  • Loading branch information
janheinrichmerker authored Mar 4, 2024
2 parents 6bcf436 + df1d2be commit 878ac2f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/push-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ jobs:
- name: "🧰 Set up Docker Buildx"
uses: docker/setup-buildx-action@v1
- name: "🔑 Login to Docker Hub"
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_TOKEN }}
- name: "🔑 Login to GitHub Packages"
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
registry: docker.pkg.github.com
username: ${{ github.actor }}
Expand Down Expand Up @@ -68,12 +68,12 @@ jobs:
- name: "🧰 Set up Docker Buildx"
uses: docker/setup-buildx-action@v1
- name: "🔑 Login to Docker Hub"
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_TOKEN }}
- name: "🔑 Login to GitHub Packages"
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
registry: docker.pkg.github.com
username: ${{ github.actor }}
Expand Down

0 comments on commit 878ac2f

Please sign in to comment.