Skip to content

Commit 17777b1

Browse files
committed
fix: version args
1 parent c7494a0 commit 17777b1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959

6060
- name: Extract metadata (tags, labels) for Docker
6161
id: meta
62-
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
62+
uses: docker/metadata-action@v3
6363
with:
6464
images: lakhansamani/authorizer
6565

@@ -70,5 +70,5 @@ jobs:
7070
push: true
7171
tags: ${{ steps.meta.outputs.tags }}
7272
labels: ${{ steps.meta.outputs.labels }}
73-
build-args: |
74-
"VERSION=${{ VERSION }}"
73+
build-args:
74+
- VERSION=${{ basename ${GITHUB_REF}) }}

0 commit comments

Comments
 (0)