We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93b9709 commit d2d4d3eCopy full SHA for d2d4d3e
1 file changed
.github/workflows/publish.yml
@@ -40,7 +40,7 @@ jobs:
40
persist-credentials: false
41
42
- name: Log in to the Container registry
43
- uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
+ uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
44
with:
45
registry: ${{ env.REGISTRY }}
46
username: ${{ github.actor }}
@@ -53,7 +53,7 @@ jobs:
53
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
54
55
- name: Build and push Docker image
56
- uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
+ uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
57
58
file: ${{ matrix.openssl }}.dockerfile
59
context: .
0 commit comments