Skip to content

Commit

Permalink
chore: build outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
vladyoslav committed Oct 13, 2024
1 parent ebbc565 commit 4aa6612
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
# generate Docker tags based on the following events/attributes
tags: |
type=sha
type=semver,pattern=v{{version}}
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand All @@ -52,6 +53,7 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
# labels: ${{ steps.meta.outputs.labels }}
outputs: 'image,digest'
cache-from: type=gha
cache-to: type=gha,mode=max

Expand Down

0 comments on commit 4aa6612

Please sign in to comment.