From 655a968df4d2c1bccff45d935c208ce680b5aeed Mon Sep 17 00:00:00 2001 From: zeaslity Date: Tue, 22 Nov 2022 17:44:12 +0800 Subject: [PATCH] complete CI - 2 --- .github/workflows/build-push-docker.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/build-push-docker.yml b/.github/workflows/build-push-docker.yml index efff291..ba568ab 100644 --- a/.github/workflows/build-push-docker.yml +++ b/.github/workflows/build-push-docker.yml @@ -67,7 +67,6 @@ jobs: # list of Docker images to use as base name for tags images: | ${{ 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 tags: | latest @@ -80,7 +79,6 @@ jobs: # list of Docker images to use as base name for tags images: | ${{ secrets.DOCKERHUB_USERNAME }}/wdd-octopus-server - ghcr.io/${{ secrets.DOCKERHUB_USERNAME }}/wdd-octopus-server # Docker tags based on the following events/attributes tags: | latest @@ -93,7 +91,6 @@ jobs: # list of Docker images to use as base name for tags images: | ${{ secrets.DOCKERHUB_USERNAME }}/wdd-octopus-agent - ghcr.io/${{ secrets.DOCKERHUB_USERNAME }}/wdd-octopus-agent # Docker tags based on the following events/attributes tags: | latest