Skip to content

Commit 9fea1de

Browse files
chore(deps): update docker/login-action digest to 3227f53
1 parent bd49265 commit 9fea1de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ jobs:
448448
run: crane version
449449

450450
- name: Login to Upbound
451-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9
451+
uses: docker/login-action@3227f5311cb93ffd14d13e65d8cc400d30f4dd8a
452452
with:
453453
registry: "xpkg.upbound.io"
454454
username: ${{ secrets.UPBOUND_MARKETPLACE_PUSH_ROBOT_USR }}

.github/workflows/quick-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
run: crane version
129129

130130
- name: Login to Upbound
131-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9
131+
uses: docker/login-action@3227f5311cb93ffd14d13e65d8cc400d30f4dd8a
132132
with:
133133
registry: "xpkg.upbound.io"
134134
username: ${{ secrets.UPBOUND_MARKETPLACE_PUSH_ROBOT_USR }}

0 commit comments

Comments
 (0)