Skip to content

Commit

Permalink
Merge pull request #10 from JacobTheEldest/AddCIDockerBuild
Browse files Browse the repository at this point in the history
fix: adjust docker event trigger filter
  • Loading branch information
JacobTheEldest authored May 11, 2023
2 parents ab67d92 + 7e0bf95 commit 559143f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Build Docker image and Publish to Github Container Registry
name: Build Docker image and Publish to Registries

on:
push:
tags: ['v*.*.*']
tags: [v*]

jobs:
build-and-push-image:
Expand Down

0 comments on commit 559143f

Please sign in to comment.