Skip to content

Commit 31e156c

Browse files
Update docker-publish.yml
1 parent b433399 commit 31e156c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ jobs:
3434

3535
- name: Buil JIB container and publish to GitHub Packages
3636
run: |
37-
mvn compile com.google.cloud.tools:jib-maven-plugin:3.1.4:build \
37+
mvn compile com.google.cloud.tools:jib-maven-plugin:3.2.0:build \
3838
-Djib.to.image=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.event.release.tag_name }} \
3939
-Djib.to.auth.username=${{ env.USERNAME }} \
40-
-Djib.to.auth.password=${{ env.PASSWORD }} \
41-
-Djib.from.image=azul/zulu-openjdk:17-jre-headless
40+
-Djib.to.auth.password=${{ env.PASSWORD }}

0 commit comments

Comments
 (0)