We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b18312f commit 0ba530cCopy full SHA for 0ba530c
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@e9179e25c21d4b6b08b8f986b6c3ead15e780a91
+ uses: tignis/docker-github-action@b18312f688e406dec7f0d5dc964116090979679f
64
with:
65
images: ${{ inputs.images }}
66
acr-username: ${{ secrets.acr-username }}
@@ -88,7 +88,7 @@ jobs:
88
89
- name: Build and Push docker image (ARM64)
90
91
92
93
94
0 commit comments