Skip to content

Commit f271f94

Browse files
chore(deps): update docker/login-action action to v3.1.0 (#29)
| datasource | package | from | to | | ----------- | ------------------- | ------ | ------ | | github-tags | docker/login-action | v3.0.0 | v3.1.0 |
1 parent ed9139e commit f271f94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Set up Cosign
5555
uses: sigstore/cosign-installer@59acb6260d9c0ba8f4a2f9d9b48431a222b68e20 # v3.5.0
5656
- name: Login to Stackable Harbor
57-
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3
57+
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0
5858
with:
5959
registry: oci.stackable.tech
6060
username: robot$stackable+github-action-build

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Set up Cosign
5757
uses: sigstore/cosign-installer@59acb6260d9c0ba8f4a2f9d9b48431a222b68e20 # v3.5.0
5858
- name: Login to Stackable Harbor
59-
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3
59+
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0
6060
with:
6161
registry: oci.stackable.tech
6262
username: robot$stackable+github-action-build

0 commit comments

Comments
 (0)