We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13cf2b0 commit 381a475Copy full SHA for 381a475
.github/actions/build-image/action.yml
@@ -33,7 +33,7 @@ runs:
33
uses: ./.github/actions/get-idris-sha
34
35
- name: Build Image
36
- uses: docker/build-push-action@v4.1.1
+ uses: docker/build-push-action@v4.2.1
37
with:
38
context: .
39
file: ${{ inputs.dockerfile }}.Dockerfile
.github/actions/deploy-image/action.yml
@@ -62,7 +62,7 @@ runs:
62
images: ghcr.io/${{ inputs.image-name }}
63
64
- name: Build and push
65
66
67
68
platforms: linux/arm64,linux/amd64
0 commit comments