always latest
Some checks failed
Build / Build Image (push) Failing after 46s

This commit is contained in:
2023-06-21 18:48:17 +02:00
parent f4d0073b3b
commit 690a95e878

View File

@@ -60,7 +60,7 @@ jobs:
context: . context: .
file: docker/web/Containerfile file: docker/web/Containerfile
push: ${{ gitea.event_name != 'pull_request' }} push: ${{ gitea.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }} tags: latest
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha cache-from: type=gha
cache-to: type=gha,mode=max cache-to: type=gha,mode=max