Skip to content

Commit

Permalink
TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
crosenth committed Aug 13, 2024
1 parent ab0645f commit 57888f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ jobs:
id: build-and-push
uses: docker/build-push-action@v6
with:
build-args: VERSION=${{ steps.meta.outputs.version }}
annotations: ${{ steps.meta.outputs.annotations }}
build-args: VERSION=${{ steps.meta.outputs.version:1 }}
cache-from: type=gha
cache-to: type=gha,mode=max
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit 57888f6

Please sign in to comment.