Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Cole <[email protected]>
  • Loading branch information
Adrian Cole committed Jan 15, 2024
1 parent ea50bc2 commit 9116bbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ name: docker_push
# documentation-only.
on: # yamllint disable-line rule:truthy
push:
tags: # e.g. release-1.2.3
- 'release-[0-9]+.[0-9]+.[0-9]+**'
tags: # e.g. docker-1.2.3
- 'docker-[0-9]+.[0-9]+.[0-9]+**'

jobs:
docker_push:
Expand Down

0 comments on commit 9116bbf

Please sign in to comment.