Skip to content

Commit 026e9d8

Browse files
committed
workflows: Publish new docker images on tagged releases
1 parent 2b4815a commit 026e9d8

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/docker_image.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
name: Docker Image
22

33
on:
4-
push:
5-
branches: [docker]
4+
release:
5+
types: [published]
66

77
env:
88
IMAGE_NAME: plan_executor
99

1010
jobs:
1111
main:
12+
if: github.repository == 'incendilabs/plan-executor'
1213
runs-on: ubuntu-latest
1314
steps:
1415
-

0 commit comments

Comments
 (0)