Skip to content

Commit

Permalink
build image on every tag
Browse files Browse the repository at this point in the history
  • Loading branch information
hmngwy committed Sep 2, 2024
1 parent 29b6a14 commit 71d6e5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-image.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#
name: Create and publish a Docker image

# Configures this workflow to run every time a change is pushed to the branch called `release`.
on:
workflow_dispatch:
push:
branches: ['release']
tags:
- '*' # Push events to every tag not containing /

# Defines two custom environment variables for the workflow. These are used for the Container registry domain, and a name for the Docker image that this workflow builds.
env:
Expand Down

0 comments on commit 71d6e5e

Please sign in to comment.