mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
ci/cd fix typo in container-build workflow
This commit is contained in:
parent
65c6e48e94
commit
9815f22d72
1 changed files with 1 additions and 1 deletions
2
.github/workflows/container-build.yml
vendored
2
.github/workflows/container-build.yml
vendored
|
|
@ -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: .
|
||||
|
|
|
|||
Loading…
Reference in a new issue