Skip to content

Commit

Permalink
chore: try to run action on branch
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVarchuk committed Apr 25, 2024
1 parent a661320 commit 419fac5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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 }}

0 comments on commit 419fac5

Please sign in to comment.