ci/cd fix typo in container-build workflow

This commit is contained in:
florian 2023-04-29 16:48:34 +02:00
parent 65c6e48e94
commit 9815f22d72
No known key found for this signature in database
GPG Key ID: 3D80806F12602A7C
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ jobs:
cache-to: type=registry,ref=bunkerity/cache:${{ inputs.IMAGE }}-${{ inputs.RELEASE }},mode=min
# Build non-cached image
- name: Build image
if: if: inputs.CACHE != true
if: inputs.CACHE != true
uses: docker/build-push-action@v3
with:
context: .