Skip to content

Commit 37a1d9e

Browse files
committed
Test 00000000
1 parent a6af5b3 commit 37a1d9e

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/docker-image-publish.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
name: Publish Docker image for new tag/release
22

33
on:
4-
workflow_run:
5-
workflows: [Publish release]
6-
types:
7-
- completed
4+
push:
5+
tags:
6+
- '*'
87

98
env:
109
REGISTRY: ghcr.io
@@ -14,7 +13,6 @@ jobs:
1413
build:
1514
name: Publish Docker image for new tag/release
1615
runs-on: ubuntu-latest
17-
if: "contains(github.event.workflow_run.head_commit.message, 'Prebid Server prepare release ')"
1816
permissions:
1917
contents: read
2018
packages: write

0 commit comments

Comments
 (0)