We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60d1542 commit d7fc7a1Copy full SHA for d7fc7a1
2 files changed
‎.github/workflows/ci.yaml‎
@@ -33,7 +33,7 @@ jobs:
33
34
# doesn't work with plain token when pushing otherwise
35
- name: Login to xpkg with robot
36
- uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
+ uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3
37
with:
38
registry: ${{ env.XPKG_REGISTRY }}
39
username: ${{ env.UP_ROBOT_ID }}
‎.github/workflows/e2e.yaml‎
@@ -35,7 +35,7 @@ jobs:
40
registry: xpkg.upbound.io
41
0 commit comments