Skip to content

Commit 6bb7741

Browse files
committed
Use version tags instead of hashes
whatever
1 parent 33e487e commit 6bb7741

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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@c56af957549030174b10d6867f20e78cfd7debc5
36+
uses: docker/build-push-action@v4.1.1
3737
with:
3838
context: .
3939
file: ${{ inputs.dockerfile }}.Dockerfile

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ runs:
4949
uses: ./.github/actions/get-idris-sha
5050

5151
- name: Login to GHCR
52-
uses: docker/login-action@40891eba8c2bcd1309b07ba8b11232f313e86779
52+
uses: docker/login-action@v2.2.0
5353
with:
5454
registry: ghcr.io
5555
username: ${{ github.actor }}
@@ -62,7 +62,7 @@ runs:
6262
images: ghcr.io/${{ inputs.image-name }}
6363

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

0 commit comments

Comments
 (0)