Skip to content

Commit

Permalink
add global tag
Browse files Browse the repository at this point in the history
  • Loading branch information
erickgonzalez committed Aug 16, 2024
1 parent 304ca90 commit 6294a37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docker-image-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
with:
context: ./docker/dotcms
push: true
tags: ${{ steps.discover-docker-tags.outputs.discovered_tags }}
tags: ${{ steps.discover-docker-tags.outputs.discovered_tags }},dotcms/dotcms:23.01_lts_SNAPSHOT
platforms: linux/amd64,linux/arm64
build-args: |
BUILD_FROM=COMMIT
Expand Down

0 comments on commit 6294a37

Please sign in to comment.