Skip to content

Commit

Permalink
Run on push
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchop committed Nov 12, 2023
1 parent 71047f9 commit 1c91cfa
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker-amd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Publish Docker image
on:
release:
types: [published]
push:
branches:
- docker

jobs:
push_to_registries:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/docker-arm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Publish Docker image
on:
release:
types: [published]
push:
branches:
- docker

jobs:
push_to_registries:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Publish Docker image
on:
release:
types: [published]
push:
branches:
- docker

jobs:
push_to_registries:
Expand Down

0 comments on commit 1c91cfa

Please sign in to comment.