We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a605c1a commit 1041d72Copy full SHA for 1041d72
1 file changed
workflows.yaml .github/workflows/workflows.yamlworkflows.yaml renamed to .github/workflows/workflows.yaml
@@ -62,7 +62,7 @@ jobs:
62
63
- name: Build and Push docker image (AMD64)
64
id: docker
65
- uses: tignis/docker-github-action/action.yaml@v2.3.1
+ uses: tignis/docker-github-action@v2.3.1
66
with:
67
images: ${{ inputs.images }}
68
acr-username: ${{ inputs.acr-username }}
@@ -102,7 +102,7 @@ jobs:
102
103
- name: Build and Push docker image (ARM64)
104
105
106
107
108
0 commit comments