Skip to content

Commit

Permalink
Add 0.2.0 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
dan1elt0m committed Oct 2, 2024
1 parent b5d969a commit aa29e6f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ jobs:
UC_VERSION=0.2.0
provenance: false
sbom: false
tags: godatadriven/${{ env.IMAGE_NAME }}:latest
tags: |
godatadriven/${{ env.IMAGE_NAME }}:latest
godatadriven/${{ env.IMAGE_NAME }}:0.2.0
labels: |
org.opencontainers.image.source=${{ github.event.repository.clone_url }}
org.opencontainers.image.created=${{ steps.prep.outputs.created }}
Expand Down

0 comments on commit aa29e6f

Please sign in to comment.