Skip to content

Commit 644a1d6

Browse files
authored
ci: remove npm release and bridge-full docker image ci (#394)
- closes #393
1 parent 6617485 commit 644a1d6

File tree

2 files changed

+0
-91
lines changed

2 files changed

+0
-91
lines changed

.github/workflows/docker-publish.yml

-37
Original file line numberDiff line numberDiff line change
@@ -50,40 +50,3 @@ jobs:
5050
ghcr.io/fuellabs/fuel-bridge:${{ steps.short_sha.outputs.SHORT_SHA }}
5151
file: docker/l1-chain/Dockerfile
5252
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

.github/workflows/pr-release.yaml

-54
This file was deleted.

0 commit comments

Comments
 (0)