We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7494a0 commit 17777b1Copy full SHA for 17777b1
.github/workflows/release.yaml
@@ -59,7 +59,7 @@ jobs:
59
60
- name: Extract metadata (tags, labels) for Docker
61
id: meta
62
- uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
+ uses: docker/metadata-action@v3
63
with:
64
images: lakhansamani/authorizer
65
@@ -70,5 +70,5 @@ jobs:
70
push: true
71
tags: ${{ steps.meta.outputs.tags }}
72
labels: ${{ steps.meta.outputs.labels }}
73
- build-args: |
74
- "VERSION=${{ VERSION }}"
+ build-args:
+ - VERSION=${{ basename ${GITHUB_REF}) }}
0 commit comments