Skip to content

Commit

Permalink
Bump docker/login-action from 2 to 3 (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored and hbenali committed Apr 28, 2024
1 parent 9c208fa commit a95ef02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: actions/checkout@v4

- name: Log in to the Container registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
labels: ${{ steps.metaghcr.outputs.labels }}

- name: Log in to Docker Hub
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
Expand Down

0 comments on commit a95ef02

Please sign in to comment.