File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments