fix: version args
This commit is contained in:
parent
c7494a0bca
commit
17777b111d
6
.github/workflows/release.yaml
vendored
6
.github/workflows/release.yaml
vendored
|
@ -59,7 +59,7 @@ jobs:
|
|||
|
||||
- name: Extract metadata (tags, labels) for Docker
|
||||
id: meta
|
||||
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
|
||||
uses: docker/metadata-action@v3
|
||||
with:
|
||||
images: lakhansamani/authorizer
|
||||
|
||||
|
@ -70,5 +70,5 @@ jobs:
|
|||
push: true
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
build-args: |
|
||||
"VERSION=${{ VERSION }}"
|
||||
build-args:
|
||||
- VERSION=${{ basename ${GITHUB_REF}) }}
|
||||
|
|
Loading…
Reference in New Issue
Block a user