Skip to content

Commit 8f87458

Browse files
Disable Docker image build step in push workflow
Disable Docker image build step in push workflow to test ECR push, the Docker Hub credentials are out of date and need review
1 parent fe7c42d commit 8f87458

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/push.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@ jobs:
4242
run: |
4343
git fetch --all --tags
4444
echo "RELEASE=$(git describe --tags)" >> $GITHUB_ENV
45-
- name: Build and Push unstable Docker Image for push to main
46-
uses: whoan/docker-build-with-cache-action@v4
47-
if: github.event_name != 'release'
48-
with:
49-
image_name: ${{ env.IMAGE_NAME }}
50-
username: ${{ secrets.DOCKER_USERNAME }}
51-
password: ${{ secrets.DOCKER_PASSWORD }}
52-
image_tag: latest,${{ env.RELEASE }}
45+
# - name: Build and Push unstable Docker Image for push to main
46+
# uses: whoan/docker-build-with-cache-action@v4
47+
# if: github.event_name != 'release'
48+
# with:
49+
# image_name: ${{ env.IMAGE_NAME }}
50+
# username: ${{ secrets.DOCKER_USERNAME }}
51+
# password: ${{ secrets.DOCKER_PASSWORD }}
52+
# image_tag: latest,${{ env.RELEASE }}
5353
- name: Configure AWS credentials
5454
uses: aws-actions/configure-aws-credentials@v1
5555
if: github.event_name != 'release'

0 commit comments

Comments
 (0)