Skip to content

Commit

Permalink
Refine comment on docker-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
VolkerHartmann authored Jan 12, 2024
1 parent b771911 commit b67a75b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}

# Only one job for creating and pushing Docker image
# Two jobs for creating and pushing Docker image
# - build-and-push-image -> triggered by commits on main and tagging with semantic version (e.g.: v1.2.3)
# - build-and-push-image-of-branch -> triggered by tags matching '*-v*' (e.g.: Version_1-v1.2.3)
jobs:
build-and-push-image:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b67a75b

Please sign in to comment.