Skip to content

Commit

Permalink
ci(github-action): update docker/login-action action ( v3.2.0 → v3.3.0 )
Browse files Browse the repository at this point in the history
| datasource  | package             | from   | to     |
| ----------- | ------------------- | ------ | ------ |
| github-tags | docker/login-action | v3.2.0 | v3.3.0 |
  • Loading branch information
renovate[bot] authored Jul 22, 2024
1 parent 684fe58 commit d409477
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-image-init.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
uses: docker/[email protected]

- name: Log into registry 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
2 changes: 1 addition & 1 deletion .github/workflows/publish-image-webhook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
uses: docker/[email protected]

- name: Log into registry 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 d409477

Please sign in to comment.