Skip to content

Commit 1fbf9a3

Browse files
chore(deps): update docker/login-action action to v4
| datasource | package | from | to | | ----------- | ------------------- | ---- | -- | | github-tags | docker/login-action | v3 | v4 |
1 parent be730e0 commit 1fbf9a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-publish-container-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: echo "timestamp=$(git show -s --format=%ct ${{ github.sha }})" >> $GITHUB_OUTPUT
4747

4848
- name: Log into Container Registry
49-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
49+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4
5050
with:
5151
registry: ${{ inputs.registry }}
5252
username: ${{ github.actor }}

0 commit comments

Comments
 (0)