diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index dd69204..7c00e88 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -65,7 +65,8 @@ jobs: uses: https://github.com/docker/build-push-action@v5 with: context: . - push: true + push: ${{ gitea.ref == 'refs/heads/master' }} + # TODO: Automatically add the correct tags here tags: git.huizinga.dev/dreaded_x/automation_rs:latest deploy: