Commit 644a1d6 1 parent 6617485 commit 644a1d6 Copy full SHA for 644a1d6
File tree 2 files changed +0
-91
lines changed
2 files changed +0
-91
lines changed Original file line number Diff line number Diff line change 50
50
ghcr.io/fuellabs/fuel-bridge:${{ steps.short_sha.outputs.SHORT_SHA }}
51
51
file : docker/l1-chain/Dockerfile
52
52
platforms : linux/amd64,linux/arm64
53
-
54
- build-fuel-bridge-full :
55
- name : Build and Push fuel-bridge-full Image
56
- runs-on : buildjet-4vcpu-ubuntu-2204
57
- if : |
58
- (github.event_name == 'release' && github.event.action == 'published') ||
59
- github.ref == 'refs/heads/main' || github.event_name == 'pull_request'
60
- steps :
61
- - uses : actions/checkout@v3
62
-
63
- - name : Set up QEMU
64
- uses : docker/setup-qemu-action@v2
65
-
66
- - name : Set up Docker Buildx
67
- uses : docker/setup-buildx-action@v2
68
-
69
- - name : Log in to GitHub Container Registry
70
- uses : docker/login-action@v2
71
- with :
72
- registry : ghcr.io
73
- username : ${{ github.repository_owner }}
74
- password : ${{ secrets.GITHUB_TOKEN }}
75
-
76
- - name : Get short SHA
77
- id : short_sha
78
- run : echo "::set-output name=SHORT_SHA::${GITHUB_SHA::7}"
79
-
80
- - name : Build and push multi-arch fuel-bridge-full image
81
- uses : docker/build-push-action@v4
82
- with :
83
- context : .
84
- push : true
85
- tags : |
86
- ghcr.io/fuellabs/fuel-bridge-full:latest
87
- ghcr.io/fuellabs/fuel-bridge-full:${{ steps.short_sha.outputs.SHORT_SHA }}
88
- file : docker/full-env/Dockerfile
89
- platforms : linux/amd64,linux/arm64
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments