We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents df74def + 758a680 commit a2f3594Copy full SHA for a2f3594
1 file changed
.github/workflows/build_latest_image.yml
@@ -28,12 +28,12 @@ jobs:
28
username: ${{ github.actor }}
29
password: ${{ secrets.GITHUB_TOKEN }}
30
- name: Build and push latest
31
- uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6
+ uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7
32
with:
33
push: true
34
tags: ghcr.io/adyen/kubectl-rexec:latest
35
- name: Build and push ref
36
37
38
39
tags: ghcr.io/adyen/kubectl-rexec:${{github.ref_name}}
0 commit comments