Skip to content

Commit

Permalink
so far so good...
Browse files Browse the repository at this point in the history
  • Loading branch information
SEAPUNK committed May 12, 2024
1 parent 62a867a commit 989a170
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,20 @@ jobs:
id: meta
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
with:
tags: |
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'main') }}
type=ref,tag
type=sha
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

# - name: Build Docker image
# run:
- name: Build Docker image
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

# - name: Build and push Docker image
# id: push
Expand Down

0 comments on commit 989a170

Please sign in to comment.