We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 416943c commit 52883e9Copy full SHA for 52883e9
1 file changed
.github/workflows/workflows.yaml
@@ -60,7 +60,7 @@ jobs:
60
61
- name: Build and Push docker image (AMD64)
62
id: docker
63
- uses: tignis/docker-github-action@b18312f688e406dec7f0d5dc964116090979679f
+ uses: tignis/docker-github-action@416943c70773595c073c6a0295446ba01e54b9f1
64
with:
65
images: ${{ inputs.images }}
66
acr-username: ${{ secrets.acr-username }}
@@ -87,7 +87,7 @@ jobs:
87
88
- name: Build and Push docker image (ARM64)
89
90
91
92
93
0 commit comments