Skip to content

Commit d49f253

Browse files
committed
test again
1 parent e90ea3c commit d49f253

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/docker-ci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)