Inject calver into the app build

main
Nikita Tokarchuk 2 years ago
parent 6b91cdb95f
commit 78188f1720
Signed by: mainnika
GPG Key ID: A595FB7E3E56911C
  1. 2
      .github/workflows/image-make-and-publish.yml

@ -74,6 +74,8 @@ jobs:
uses: docker/build-push-action@v2
with:
context: .
build-args: |
APP_VERSION=${{ steps.calver.outputs.current }}
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

Loading…
Cancel
Save