Skip to content

Commit

Permalink
Merge pull request #36 from j0sh3rs/renovate/docker-login-action-3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
j0sh3rs authored Nov 29, 2023
2 parents 72ec100 + 8954dac commit 975a026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
${{ runner.os }}-go-
- name: Docker Login
if: steps.changed_files.outputs.any_changed == 'true'
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand Down

0 comments on commit 975a026

Please sign in to comment.