File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 33
33
uses : ./.github/actions/get-idris-sha
34
34
35
35
- name : Build Image
36
- uses : docker/build-push-action@c56af957549030174b10d6867f20e78cfd7debc5
36
+ uses : docker/build-push-action@v4.1.1
37
37
with :
38
38
context : .
39
39
file : ${{ inputs.dockerfile }}.Dockerfile
Original file line number Diff line number Diff line change 49
49
uses : ./.github/actions/get-idris-sha
50
50
51
51
- name : Login to GHCR
52
- uses : docker/login-action@40891eba8c2bcd1309b07ba8b11232f313e86779
52
+ uses : docker/login-action@v2.2.0
53
53
with :
54
54
registry : ghcr.io
55
55
username : ${{ github.actor }}
62
62
images : ghcr.io/${{ inputs.image-name }}
63
63
64
64
- name : Build and push
65
- uses : docker/build-push-action@c56af957549030174b10d6867f20e78cfd7debc5
65
+ uses : docker/build-push-action@v4.1.1
66
66
with :
67
67
context : .
68
68
platforms : linux/arm64,linux/amd64
You can’t perform that action at this time.
0 commit comments