diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 547965087b..b1ee7075db 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,7 +1,7 @@ name: Publish Docker image on: - release: - types: [published] + push: + branches: [chore/test-docker-fails] jobs: dockerhub: name: Publish redoc image to DockerHub @@ -34,6 +34,6 @@ jobs: context: . file: ./config/docker/Dockerfile platforms: linux/amd64,linux/arm64 - push: true + push: false tags: ${{ steps.docker_meta.outputs.tags }} labels: ${{ steps.docker_meta.outputs.labels }}