Skip to content

Commit

Permalink
fix(ci): use correct dockerfile (#2893)
Browse files Browse the repository at this point in the history
  • Loading branch information
smrz2001 authored Aug 11, 2023
1 parent f636c62 commit f0908cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and push Docker image
name: Build custom Docker image

on:
workflow_dispatch: # manually triggered
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
env:
IMAGE_ID: "${{ steps.login-ecr-public.outputs.registry }}/r5b3e0r5/3box/js-ceramic"
run: |
docker buildx build -o type=docker . --file Dockerfile \
docker buildx build -o type=docker . --file Dockerfile.daemon --target composedb \
--tag $IMAGE_ID:${{ github.event.inputs.image_tag }} \
--tag $IMAGE_ID:${{ github.sha }}
docker push --all-tags $IMAGE_ID

0 comments on commit f0908cd

Please sign in to comment.