Skip to content

Commit

Permalink
Merge pull request #465 from ghostwriter/bugfix/release-docker-image
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc authored Feb 13, 2022
2 parents 485424d + e7b3435 commit 1c4a81e
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,16 @@
name: Publish Docker image

on:
# Runs your workflow when someone creates a Git reference (Git branch or tag) in the workflow's repository.
# https://docs.github.com/en/actions/learn-github-actions/events-that-trigger-workflows#create
# Note: An event will not be created when you create more than three tags at once.
create:
tags:
- "*.*.*"

# Runs your workflow when you push a commit or tag.
# https://docs.github.com/en/actions/learn-github-actions/events-that-trigger-workflows#push
# Note: An event will not be created when you push more than three tags at once.
push:
branches:
- "*.*.x"
# Runs your workflow when a release or draft of a release is published on GitHub.
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#release
release:
types: [published]

env:
REGISTRY: docker.io
Expand Down

0 comments on commit 1c4a81e

Please sign in to comment.