diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5ecc103..4edaacd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: uses: docker/build-push-action@v5 with: context: . - push: ${{ (github.ref == 'refs/heads/master') || (contains(github.ref, 'refs/tags/') == true) }} + push: ${{ (github.ref == 'refs/heads/main') || (contains(github.ref, 'refs/tags/') == true) }} tags: | ${{ steps.prepare.outputs.docker_image }}:latest ${{ steps.prepare.outputs.docker_image }}:${{ steps.prepare.outputs.version }}