Skip to content

Commit

Permalink
Fix(CI): do not scope BASE_* build arguments to pretalx, if not insta…
Browse files Browse the repository at this point in the history
…lled yet
  • Loading branch information
almereyda committed May 22, 2024
1 parent eca13c0 commit a5ce709
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,8 @@ jobs:
context: "{{ defaultContext }}:${{ inputs.context }}"
file: "${{ inputs.file }}"
build-args: |
PRETALX_BASE_IMAGE=${{ env.BASE_IMAGE }}
PRETALX_BASE_TAG=${{ env.BASE_TAG }}
BASE_IMAGE=${{ env.BASE_IMAGE }}
BASE_TAG=${{ env.BASE_TAG }}
tags: "${{ steps.meta.outputs.tags }}"
labels: "${{ steps.meta.outputs.labels }}"
outputs: "type=docker,dest=/tmp/pretalx-default.tar"
Expand Down

0 comments on commit a5ce709

Please sign in to comment.