Skip to content

Commit

Permalink
Fixed build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
BanaSeba committed Feb 27, 2025
1 parent df2891b commit 74ecbcb
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/build_ensrainbow_data_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,8 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build & Push Docker image for the ENSRainbow-data
uses: docker/build-push-action@v4
with:
context: .
file: apps/ensrainbow/Dockerfile.data
platforms: linux/arm64
push: true
tags: ghcr.io/${{ github.repository }}/ensrainbow-data:latest
env:
IMAGE_NAME: ghcr.io/${{ github.repository }}/ensrainbow-data
TAG: latest
run: |
docker buildx build --platform linux/arm64 --push -f apps/ensrainbow/Dockerfile.data -t $IMAGE_NAME:$TAG .

0 comments on commit 74ecbcb

Please sign in to comment.