Skip to content

Commit

Permalink
workflows: Publish new docker images on tagged releases
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethmyhra committed Feb 9, 2025
1 parent 2b4815a commit 026e9d8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docker_image.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
name: Docker Image

on:
push:
branches: [docker]
release:
types: [published]

env:
IMAGE_NAME: plan_executor

jobs:
main:
if: github.repository == 'incendilabs/plan-executor'
runs-on: ubuntu-latest
steps:
-
Expand Down

0 comments on commit 026e9d8

Please sign in to comment.