Skip to content

Commit 4cd9770

Browse files
Update docker-publish.yml
1 parent 58d1db2 commit 4cd9770

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Buil JIB container and publish to GitHub Packages
3636
run: |
3737
mvn compile com.google.cloud.tools:jib-maven-plugin:3.1.4:build \
38-
-Djib.to.image=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest \
38+
-Djib.to.image=${{ env.REGISTRY }}/mathieusoysal/site:latest \
3939
-Djib.to.auth.username=${{ env.USERNAME }} \
4040
-Djib.to.auth.password=${{ env.PASSWORD }} \
4141
-Djib.from.image=azul/zulu-openjdk:17-jre-headless

0 commit comments

Comments
 (0)