diff --git a/.github/workflows/build_and_push_docker_images.yml b/.github/workflows/build_and_push_docker_images.yml index e35935914..38e647369 100644 --- a/.github/workflows/build_and_push_docker_images.yml +++ b/.github/workflows/build_and_push_docker_images.yml @@ -19,29 +19,29 @@ jobs: with: username: ${{ secrets.DOCKER_HUB_USERNAME }} password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }} - - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2 - - name: Build and push deps.Dockerfile - uses: docker/build-push-action@v4 - with: - context: ./ - file: ./docker/deps.Dockerfile - builder: ${{ steps.buildx.outputs.name }} - push: true - tags: hdfgroup/hermes-deps:latest - - name: Build and push dev.Dockerfile - uses: docker/build-push-action@v4 - with: - context: ./ - file: ./docker/dev.Dockerfile - builder: ${{ steps.buildx.outputs.name }} - push: true - tags: hdfgroup/hermes-dev:latest - - name: Build and push user.Dockerfile - uses: docker/build-push-action@v4 - with: - context: ./ - file: ./docker/user.Dockerfile - builder: ${{ steps.buildx.outputs.name }} - push: true - tags: hdfgroup/hermes:latest +# - name: Set up Docker Buildx +# uses: docker/setup-buildx-action@v2 +# - name: Build and push deps.Dockerfile +# uses: docker/build-push-action@v4 +# with: +# context: ./ +# file: ./docker/deps.Dockerfile +# builder: ${{ steps.buildx.outputs.name }} +# push: true +# tags: hdfgroup/hermes-deps:latest +# - name: Build and push dev.Dockerfile +# uses: docker/build-push-action@v4 +# with: +# context: ./ +# file: ./docker/dev.Dockerfile +# builder: ${{ steps.buildx.outputs.name }} +# push: true +# tags: hdfgroup/hermes-dev:latest +# - name: Build and push user.Dockerfile +# uses: docker/build-push-action@v4 +# with: +# context: ./ +# file: ./docker/user.Dockerfile +# builder: ${{ steps.buildx.outputs.name }} +# push: true +# tags: hdfgroup/hermes:latest