Skip to content

Commit

Permalink
Use multiple build-args.
Browse files Browse the repository at this point in the history
  • Loading branch information
antarcticrainforest committed May 27, 2024
1 parent 96321d6 commit 44c76af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ jobs:
file: .docker/Dockerfile
push: ${{ github.event_name == 'pull_request' && github.event.pull_request.merged == true && github.ref == 'refs/heads/main' }}
build-args:
VERSION=${{ steps.repository.outputs.tag }}
binder=${{ matrix.image-name == 'freva-dev' && 'false' || 'true' }}
- VERSION=${{ steps.repository.outputs.tag }}
- binder=${{ matrix.image-name == 'freva-dev' && 'false' || 'true' }}
tags: |
ghcr.io/freva-clint/${{matrix.image-name}}:${{ steps.repository.outputs.tag }}
ghcr.io/freva-clint/${{matrix.image-name}}:latest

0 comments on commit 44c76af

Please sign in to comment.