Skip to content

Commit 6558b07

Browse files
author
Zvi Fried
committed
fix: remove duplicate build-args in release workflow
- Fix YAML syntax error in .github/workflows/release.yml - Remove duplicate build-args section that was causing workflow failure - Release workflow should now work properly for tag-based releases
1 parent 2a3f5f7 commit 6558b07

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,6 @@ jobs:
100100
push: true
101101
tags: ${{ steps.meta.outputs.tags }}
102102
labels: ${{ steps.meta.outputs.labels }}
103-
build-args: |
104-
VERSION=${{ steps.version.outputs.VERSION }}
105103
build-args: |
106104
VERSION=${{ steps.version.outputs.VERSION }}
107105
cache-from: type=gha

0 commit comments

Comments
 (0)