File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -62,15 +62,15 @@ jobs:
6262
6363 # Build and push Docker image with Buildx (don't push on PR)
6464 # https://github.com/docker/build-push-action
65- - name : Build and push Docker image
66- id : build-and-push
67- uses : docker/build-push-action@v6
68- with :
69- push : ${{ github.event_name != 'pull_request' }}
70- tags : ${{ steps.meta.outputs.tags }}
71- labels : ${{ steps.meta.outputs.labels }}
72- cache-from : type=gha
73- cache-to : type=gha,mode=max
65+ # - name: Build and push Docker image
66+ # id: build-and-push
67+ # uses: docker/build-push-action@v6
68+ # with:
69+ # push: ${{ github.event_name != 'pull_request' }}
70+ # tags: ${{ steps.meta.outputs.tags }}
71+ # labels: ${{ steps.meta.outputs.labels }}
72+ # cache-from: type=gha
73+ # cache-to: type=gha,mode=max
7474
7575 - name : Build and push Docker image
7676 uses : docker/build-push-action@v6
You can’t perform that action at this time.
0 commit comments