Skip to content

Commit

Permalink
chore: run github action for all tags
Browse files Browse the repository at this point in the history
  • Loading branch information
pdmnyberg committed May 23, 2024
1 parent 5e7de8a commit cc91b71
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-container.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +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`.
# Configures this workflow to run evenry time changes is pushed to master or for any tag
on:
push:
branches: ['main']
tags: ['*']

# 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 cc91b71

Please sign in to comment.