Skip to content

Commit

Permalink
chore(deps): update docker/login-action action to v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and JAORMX committed Jul 22, 2024
1 parent df8644f commit 1e2cf88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/container-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
fi
- name: Login to ghcr.io
uses: docker/login-action@v3.2.0
uses: docker/login-action@v3.3.0
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:
uses: sigstore/[email protected]

- name: Login to ghcr.io
uses: docker/login-action@v3.2.0
uses: docker/login-action@v3.3.0
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down

0 comments on commit 1e2cf88

Please sign in to comment.