Skip to content

Commit

Permalink
Add publishing container images as latest for tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Michel Zimmer committed Sep 6, 2021
1 parent 108d6dd commit 6ef9753
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,9 @@ jobs:
jib:build
--no-transfer-progress
-Dcontainer-image.tag=$( git describe --tags --exact-match --abbrev=0 )
- name: Build and publish container image as latest
run: >-
mvn
jib:build
--no-transfer-progress
-Dcontainer-image.tag=latest

0 comments on commit 6ef9753

Please sign in to comment.