Skip to content

Commit

Permalink
Fix data type used for build-args
Browse files Browse the repository at this point in the history
  • Loading branch information
jonfelixrico committed Apr 4, 2024
1 parent 7078a48 commit 21ca072
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/develop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
push: ${{ github.event_name == 'push' }}
build-args:
- VERSION_OVERRIDE_ARG=${{ steps.package-version.outputs.current-version }}-develop.${{ steps.sha.outputs.sha_short }}
build-args: |
VERSION_OVERRIDE_ARG=${{ steps.package-version.outputs.current-version }}-develop.${{ steps.sha.outputs.sha_short }}
docker-client:
needs:
Expand Down

0 comments on commit 21ca072

Please sign in to comment.