Skip to content

Commit

Permalink
ci: remove npm release and bridge-full docker image ci (#394)
Browse files Browse the repository at this point in the history
- closes #393
  • Loading branch information
viraj124 authored Feb 12, 2025
1 parent 6617485 commit 644a1d6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 91 deletions.
37 changes: 0 additions & 37 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,40 +50,3 @@ jobs:
ghcr.io/fuellabs/fuel-bridge:${{ steps.short_sha.outputs.SHORT_SHA }}
file: docker/l1-chain/Dockerfile
platforms: linux/amd64,linux/arm64

build-fuel-bridge-full:
name: Build and Push fuel-bridge-full Image
runs-on: buildjet-4vcpu-ubuntu-2204
if: |
(github.event_name == 'release' && github.event.action == 'published') ||
github.ref == 'refs/heads/main' || github.event_name == 'pull_request'
steps:
- uses: actions/checkout@v3

- name: Set up QEMU
uses: docker/setup-qemu-action@v2

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

- name: Log in to GitHub Container Registry
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Get short SHA
id: short_sha
run: echo "::set-output name=SHORT_SHA::${GITHUB_SHA::7}"

- name: Build and push multi-arch fuel-bridge-full image
uses: docker/build-push-action@v4
with:
context: .
push: true
tags: |
ghcr.io/fuellabs/fuel-bridge-full:latest
ghcr.io/fuellabs/fuel-bridge-full:${{ steps.short_sha.outputs.SHORT_SHA }}
file: docker/full-env/Dockerfile
platforms: linux/amd64,linux/arm64
54 changes: 0 additions & 54 deletions .github/workflows/pr-release.yaml

This file was deleted.

0 comments on commit 644a1d6

Please sign in to comment.