complete CI - 2
This commit is contained in:
3
.github/workflows/build-push-docker.yml
vendored
3
.github/workflows/build-push-docker.yml
vendored
@@ -67,7 +67,6 @@ jobs:
|
|||||||
# list of Docker images to use as base name for tags
|
# list of Docker images to use as base name for tags
|
||||||
images: |
|
images: |
|
||||||
${{ secrets.DOCKERHUB_USERNAME }}/eclipse-temurin-11-jre-focal
|
${{ secrets.DOCKERHUB_USERNAME }}/eclipse-temurin-11-jre-focal
|
||||||
ghcr.io/${{ secrets.DOCKERHUB_USERNAME }}/eclipse-temurin-11-jre-focal
|
|
||||||
# Docker tags based on the following events/attributes
|
# Docker tags based on the following events/attributes
|
||||||
tags: |
|
tags: |
|
||||||
latest
|
latest
|
||||||
@@ -80,7 +79,6 @@ jobs:
|
|||||||
# list of Docker images to use as base name for tags
|
# list of Docker images to use as base name for tags
|
||||||
images: |
|
images: |
|
||||||
${{ secrets.DOCKERHUB_USERNAME }}/wdd-octopus-server
|
${{ secrets.DOCKERHUB_USERNAME }}/wdd-octopus-server
|
||||||
ghcr.io/${{ secrets.DOCKERHUB_USERNAME }}/wdd-octopus-server
|
|
||||||
# Docker tags based on the following events/attributes
|
# Docker tags based on the following events/attributes
|
||||||
tags: |
|
tags: |
|
||||||
latest
|
latest
|
||||||
@@ -93,7 +91,6 @@ jobs:
|
|||||||
# list of Docker images to use as base name for tags
|
# list of Docker images to use as base name for tags
|
||||||
images: |
|
images: |
|
||||||
${{ secrets.DOCKERHUB_USERNAME }}/wdd-octopus-agent
|
${{ secrets.DOCKERHUB_USERNAME }}/wdd-octopus-agent
|
||||||
ghcr.io/${{ secrets.DOCKERHUB_USERNAME }}/wdd-octopus-agent
|
|
||||||
# Docker tags based on the following events/attributes
|
# Docker tags based on the following events/attributes
|
||||||
tags: |
|
tags: |
|
||||||
latest
|
latest
|
||||||
|
|||||||
Reference in New Issue
Block a user