From 419fac5cd7fadcb6db76df6125a2adcd6376042f Mon Sep 17 00:00:00 2001 From: Alex Varchuk Date: Thu, 25 Apr 2024 18:52:54 +0300 Subject: [PATCH] chore: try to run action on branch --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 }}