Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
jbigot committed Feb 22, 2024
1 parent 8400fd4 commit 1a68ae2
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 @@ -30,7 +30,7 @@ runs:
uses: jlumbroso/free-disk-space@main
with: { tool-cache: true }
- name: Free space
if: '${{ inputs.skip-setup = true }}'
if: '${{ inputs.skip-setup == true }}'
shell: bash
run: 'echo skip-setup: ${{ inputs.skip-setup }}; docker image prune -f'
- name: Login on GHCR
Expand All @@ -50,7 +50,7 @@ runs:
fi
echo "sha=${SEPARATOR}${GITHUB_SHA:0:7}" >> "${GITHUB_OUTPUT}"
- name: Build and push
if: '${{ inputs.cache = true }}'
if: '${{ inputs.cache == true }}'
uses: docker/build-push-action@v5
with:
cache-from: "ghcr.io/pdidev/test_env/cache/${{ inputs.image-name }}"
Expand Down

0 comments on commit 1a68ae2

Please sign in to comment.