diff --git a/.github/workflows/test-publish.yml b/.github/workflows/test-publish.yml index 7ec3557..b004f3b 100644 --- a/.github/workflows/test-publish.yml +++ b/.github/workflows/test-publish.yml @@ -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 }}