Skip to content

Commit 52883e9

Browse files
committed
chore: change action version hash
1 parent 416943c commit 52883e9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/workflows.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060

6161
- name: Build and Push docker image (AMD64)
6262
id: docker
63-
uses: tignis/docker-github-action@b18312f688e406dec7f0d5dc964116090979679f
63+
uses: tignis/docker-github-action@416943c70773595c073c6a0295446ba01e54b9f1
6464
with:
6565
images: ${{ inputs.images }}
6666
acr-username: ${{ secrets.acr-username }}
@@ -87,7 +87,7 @@ jobs:
8787

8888
- name: Build and Push docker image (ARM64)
8989
id: docker
90-
uses: tignis/docker-github-action@b18312f688e406dec7f0d5dc964116090979679f
90+
uses: tignis/docker-github-action@416943c70773595c073c6a0295446ba01e54b9f1
9191
with:
9292
images: ${{ inputs.images }}
9393
acr-username: ${{ secrets.acr-username }}

0 commit comments

Comments
 (0)