diff --git a/.gitea/workflows/build-container.yaml b/.gitea/workflows/build-container.yaml index f80bca1..78760fc 100644 --- a/.gitea/workflows/build-container.yaml +++ b/.gitea/workflows/build-container.yaml @@ -47,3 +47,4 @@ jobs: context: . # use the current commit SHA as the tag tags: git.kluster.moll.re/remoll/dns:${{ steps.version.outputs.BUILD_NAME }}-${{ gitea.run_number }} + push: true