1 parent a6af5b3 commit 37a1d9eCopy full SHA for 37a1d9e
1 file changed
.github/workflows/docker-image-publish.yml
@@ -1,10 +1,9 @@
1
name: Publish Docker image for new tag/release
2
3
on:
4
- workflow_run:
5
- workflows: [Publish release]
6
- types:
7
- - completed
+ push:
+ tags:
+ - '*'
8
9
env:
10
REGISTRY: ghcr.io
@@ -14,7 +13,6 @@ jobs:
14
13
build:
15
16
runs-on: ubuntu-latest
17
- if: "contains(github.event.workflow_run.head_commit.message, 'Prebid Server prepare release ')"
18
permissions:
19
contents: read
20
packages: write
0 commit comments