Skip to content

Commit

Permalink
Merge pull request #197 from vshn/renovate/docker-login-action-3.x
Browse files Browse the repository at this point in the history
chore(deps): update docker/login-action action to v3
  • Loading branch information
mhutter authored Nov 13, 2023
2 parents 317394c + 9344b5e commit ba76312
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
namespace: ${{ env.NAMESPACE }}

- name: Docker login
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY_URL }}
username: ${{ github.repository_owner }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
${{ runner.os }}-go-
- name: Login to ghcr.io
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand Down

0 comments on commit ba76312

Please sign in to comment.