Skip to content

Commit

Permalink
Only build Docker images when tagged
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
Minituff committed Oct 9, 2023
1 parent c378281 commit 7e12d5c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: Create and publish a Docker image

on:
push:
branches:
- 'main'
# - 'dev'
# branches:
# - 'main'
# - 'dev'
tags:
- 'v*'
- 'v*'

jobs:
push_to_registries:
Expand Down

0 comments on commit 7e12d5c

Please sign in to comment.