Skip to content

Commit

Permalink
fix actions syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
meksor committed Feb 9, 2024
1 parent c471a04 commit 55554a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
uses: docker/build-push-action@v5
with:
push: true
build-args:
- POETRY_OPTS="--with server"
build-args: |
POETRY_OPTS="--with server"
tags: ene-docker.iiasa.ac.at/ixmp4-server:latest
- if: github.event_name != 'release'
name: Build and push dev
Expand Down

0 comments on commit 55554a5

Please sign in to comment.