Update .gitea/workflows/release.yaml
Some checks failed
Publish Docker image / Push Docker image to Docker Hub (push) Failing after 8s

This commit is contained in:
Tibo De Peuter 2024-01-21 17:18:50 +01:00
parent 0972e93d93
commit cc46852c88

View file

@ -34,5 +34,3 @@ jobs:
context: . context: .
file: ./Dockerfile file: ./Dockerfile
push: true push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}