diff --git a/.github/workflows/deploy-production.yml b/.github/workflows/deploy-production.yml index 2a68541d..68128394 100644 --- a/.github/workflows/deploy-production.yml +++ b/.github/workflows/deploy-production.yml @@ -43,15 +43,15 @@ jobs: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - - name: Build and push base image - uses: docker/build-push-action@v2.9.0 - with: - context: provisioning/base - file: provisioning/base/Dockerfile - platforms: linux/amd64 - push: true - no-cache: true - tags: maelstromeous/applications:ps2alerts-aggregator-base +# - name: Build and push base image +# uses: docker/build-push-action@v2.9.0 +# with: +# context: provisioning/base +# file: provisioning/base/Dockerfile +# platforms: linux/amd64 +# push: true +# no-cache: true +# tags: maelstromeous/applications:ps2alerts-aggregator-base - name: Build and push production image uses: docker/build-push-action@v2.9.0 diff --git a/.github/workflows/deploy-staging.yml b/.github/workflows/deploy-staging.yml index c678710d..637c5896 100644 --- a/.github/workflows/deploy-staging.yml +++ b/.github/workflows/deploy-staging.yml @@ -43,15 +43,15 @@ jobs: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - # - name: Build and push base image - # uses: docker/build-push-action@v2.9.0 - # with: - # context: provisioning/base - # file: provisioning/base/Dockerfile - # platforms: linux/amd64 - # push: true - # no-cache: true - # tags: maelstromeous/applications:ps2alerts-aggregator-base + - name: Build and push base image + uses: docker/build-push-action@v2.9.0 + with: + context: provisioning/base + file: provisioning/base/Dockerfile + platforms: linux/amd64 + push: true + no-cache: true + tags: maelstromeous/applications:ps2alerts-aggregator-base - name: Build and push staging image uses: docker/build-push-action@v2.9.0