Commit 8b11ebf 1 parent 945e4fe commit 8b11ebf Copy full SHA for 8b11ebf
File tree 3 files changed +6
-20
lines changed
3 files changed +6
-20
lines changed Original file line number Diff line number Diff line change 31
31
uses : docker/build-push-action@v3
32
32
with :
33
33
context : .
34
- platforms : linux/amd64,linux/arm64v8
34
+ platforms : linux/amd64,linux/arm64
35
35
file : Tzkt.Sync/Dockerfile
36
36
push : true
37
37
tags : ecadlabs/tzkt-sync:${{ env.RELEASE_VERSION }}
41
41
uses : docker/build-push-action@v3
42
42
with :
43
43
context : .
44
- platforms : linux/amd64,linux/arm64v8
44
+ platforms : linux/amd64,linux/arm64
45
45
file : Tzkt.Api/Dockerfile
46
46
push : true
47
47
tags : ecadlabs/tzkt-api:${{ env.RELEASE_VERSION }}
Original file line number Diff line number Diff line change 28
28
uses : docker/build-push-action@v3
29
29
with :
30
30
context : .
31
- platforms : linux/amd64,linux/arm64v8
31
+ platforms : linux/amd64,linux/arm64
32
32
file : Tzkt.Sync/Dockerfile
33
33
push : true
34
34
tags : ecadlabs/tzkt-sync:latest
37
37
uses : docker/build-push-action@v3
38
38
with :
39
39
context : .
40
- platforms : linux/amd64,linux/arm64v8
40
+ platforms : linux/amd64,linux/arm64
41
41
file : Tzkt.Api/Dockerfile
42
42
push : true
43
43
tags : ecadlabs/tzkt-api:latest
44
-
45
- - name : Docker Hub TzKT Sync Description Update
46
- uses : peter-evans/dockerhub-description@v2
47
- with :
48
- username : ${{ secrets.DOCKER_LOGIN }}
49
- password : ${{ secrets.DOCKERHUB_PASSWORD }}
50
- repository : ecadlabs/tzkt-sync
51
-
52
- - name : Docker Hub TzKT API Description Update
53
- uses : peter-evans/dockerhub-description@v2
54
- with :
55
- username : ${{ secrets.DOCKER_LOGIN }}
56
- password : ${{ secrets.DOCKERHUB_PASSWORD }}
57
- repository : ecadlabs/tzkt-api
Original file line number Diff line number Diff line change 46
46
uses : docker/build-push-action@v2
47
47
with :
48
48
context : .
49
- platforms : linux/amd64,linux/arm64v8
49
+ platforms : linux/amd64,linux/arm64
50
50
file : Tzkt.Api/Dockerfile
51
51
push : true
52
52
cache-from : type=gha
66
66
uses : docker/build-push-action@v2
67
67
with :
68
68
context : .
69
- platforms : linux/amd64,linux/arm64v8
69
+ platforms : linux/amd64,linux/arm64
70
70
file : Tzkt.Sync/Dockerfile
71
71
push : true
72
72
cache-from : type=gha
You can’t perform that action at this time.
0 commit comments