Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
SEAPUNK committed May 13, 2024
1 parent 647a3ad commit 7d47f65
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,10 @@ jobs:
- name: Build Docker image
id: push
env:
IMAGE_TAGS: ${{ steps.meta.outputs.tags }}
IMAGE_LABELS: ${{ steps.meta.outputs.tags }}
CI_IMAGE_TAGS: ${{ steps.meta.outputs.tags }}
CI_IMAGE_LABELS: ${{ steps.meta.outputs.tags }}
working-directory: ./packages/deploy/
run: |
echo $IMAGE_TAGS
echo $IMAGE_LABELS
bun run build-docker-image
run: bun run build-docker-image

- name: Generate artifact attestation
uses: actions/attest-build-provenance@v1
Expand Down

0 comments on commit 7d47f65

Please sign in to comment.