Skip to content

Commit

Permalink
Allow creating/publishing Docker images from branches. (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
dzarras authored Feb 14, 2024
1 parent 59445ee commit e2865b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-to-container-registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
tags: |
type=semver,pattern=v{{version}}
type=edge
type=ref,event=branch
- name: Debug
run: echo ${{ steps.meta.outputs }}
- name: Build and publish with Gradle Wrapper
Expand All @@ -75,6 +76,6 @@ jobs:
arguments: |
build
bootBuildImage
--imageName=${{ fromJSON(steps.meta.outputs.json).tags[0] }}
--imageName=${{ fromJSON(steps.meta.outputs.json).tags[0] }}
--publishImage
--full-stacktrace

0 comments on commit e2865b4

Please sign in to comment.