Skip to content

Commit

Permalink
fix build image condition
Browse files Browse the repository at this point in the history
  • Loading branch information
mhwasil committed Apr 23, 2024
1 parent e0ecdd5 commit 87a58a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-build-test-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ jobs:
tags: ${{ inputs.registry }}/${{ env.OWNER }}/${{ inputs.image }}:${{ inputs.variant }}

- name: Build image 🛠
if: inputs.parent-image != ''
id: build_image
uses: docker/build-push-action@v5
with:
Expand Down

0 comments on commit 87a58a1

Please sign in to comment.