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 89c67cb commit 1e358e0
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 @@ -23,7 +23,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 All @@ -47,7 +47,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 1e358e0

Please sign in to comment.