Skip to content

Commit

Permalink
fix order of args when building 'child' image (#1365)
Browse files Browse the repository at this point in the history
  • Loading branch information
fvankrieken authored Jan 3, 2025
1 parent 06787e0 commit 3c6c05d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ jobs:
DOCKER_PASSWORD: "op://Data Engineering/Dockerhub/password"
- name: publish images
if: needs.determine_image_logic.outputs.child_action == 'Build'
run: ./admin/ops/docker_build_and_publish.sh "${{ matrix.image }}" "${{ needs.determine_image_logic.outputs.base_tag }}" "${{ needs.determine_image_logic.outputs.child_tag }}"
run: ./admin/ops/docker_build_and_publish.sh "${{ matrix.image }}" "${{ needs.determine_image_logic.outputs.child_tag }}" "${{ needs.determine_image_logic.outputs.base_tag }}"

test:
uses: ./.github/workflows/test_helper.yml
Expand Down

0 comments on commit 3c6c05d

Please sign in to comment.