Skip to content

Commit

Permalink
Switch build-args to expected string format
Browse files Browse the repository at this point in the history
I'm not sure why, but build-push-action expects the parameters labeled
as List to be newline separated strings. It does not accept arrays of
strings.
  • Loading branch information
botimer committed Aug 29, 2024
1 parent 19c0fd0 commit ed7f7e6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-unstable-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,5 @@ jobs:
tags: 'ghcr.io/mlibrary/dromedary/dromedary-unstable:${{ github.sha }}'
file: ./Dockerfile
target: production
build-args:
- RAILS_RELATIVE_URL_ROOT=/m/middle-english-dictionary

build-args: |
RAILS_RELATIVE_URL_ROOT=/m/middle-english-dictionary

0 comments on commit ed7f7e6

Please sign in to comment.