Skip to content

Commit 419fac5

Browse files
committed
chore: try to run action on branch
1 parent a661320 commit 419fac5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Publish Docker image
22
on:
3-
release:
4-
types: [published]
3+
push:
4+
branches: [chore/test-docker-fails]
55
jobs:
66
dockerhub:
77
name: Publish redoc image to DockerHub
@@ -34,6 +34,6 @@ jobs:
3434
context: .
3535
file: ./config/docker/Dockerfile
3636
platforms: linux/amd64,linux/arm64
37-
push: true
37+
push: false
3838
tags: ${{ steps.docker_meta.outputs.tags }}
3939
labels: ${{ steps.docker_meta.outputs.labels }}

0 commit comments

Comments
 (0)