Skip to content

Commit

Permalink
erm
Browse files Browse the repository at this point in the history
  • Loading branch information
SEAPUNK committed May 12, 2024
1 parent 989a170 commit 52e881e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,11 @@ jobs:
env:
IMAGE_TAGS: ${{ steps.meta.outputs.tags }}
IMAGE_LABELS: ${{ steps.meta.outputs.tags }}
run:
- echo $IMAGE_TAGS
- echo $IMAGE_LABELS
- cd ./packages/deploy/ && bun run build-docker-image
working-directory: ./packages/deploy/
run: |
echo $IMAGE_TAGS
echo $IMAGE_LABELS
bun run build-docker-image
# - name: Build and push Docker image
# id: push
Expand Down

0 comments on commit 52e881e

Please sign in to comment.