Skip to content

Commit

Permalink
Another one
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniomika committed Nov 9, 2023
1 parent 5865af3 commit 0abe68c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ runs:
with:
images: ${{ inputs.REGISTRY }}/${{ github.repository }}/${{ inputs.app }}-ssh
- name: Build and push web
if: ${{ inputs.web }} == 'true'
if: inputs.web == 'true'
uses: docker/build-push-action@v3
with:
context: .
Expand All @@ -55,7 +55,7 @@ runs:
build-args: |
APP=${{ inputs.app }}
- name: Build and push ssh
if: ${{ inputs.ssh }} == 'true'
if: inputs.ssh == 'true'
uses: docker/build-push-action@v3
with:
context: .
Expand Down

0 comments on commit 0abe68c

Please sign in to comment.