Skip to content

Commit a89dc5b

Browse files
committed
Update docker/build-push-action
1 parent 3d18125 commit a89dc5b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/build-image/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ runs:
3333
uses: ./.github/actions/get-idris-sha
3434

3535
- name: Build Image
36-
uses: docker/build-push-action@v4.2.1
36+
uses: docker/build-push-action@v5
3737
with:
3838
context: .
3939
file: ${{ inputs.dockerfile }}.Dockerfile

.github/actions/deploy-image/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ runs:
6262
images: ghcr.io/${{ inputs.image-name }}
6363

6464
- name: Build and push
65-
uses: docker/build-push-action@v4.2.1
65+
uses: docker/build-push-action@v5
6666
with:
6767
context: .
6868
platforms: linux/arm64,linux/amd64

0 commit comments

Comments
 (0)