adding arg for apiVersion based on git release

This commit is contained in:
Tobias Lindberg
2021-12-23 11:27:21 +01:00
parent 5bd67b047d
commit 7e648a498f
3 changed files with 7 additions and 3 deletions

View File

@@ -54,3 +54,5 @@ jobs:
labels: ${{ steps.docker_meta.outputs.labels }}
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache
build-args: |
apiVersion=${{ github.event.release.tag_name }}