Skip to content

Commit aca2a31

Browse files
authored
Merge pull request #693 from go-debos/dependabot/github_actions/docker/build-push-action-7
build(deps): bump docker/build-push-action from 6 to 7
2 parents 4590532 + 4a3cec8 commit aca2a31

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
key: ${{ runner.os }}-docker
128128

129129
- name: Build Docker image
130-
uses: docker/build-push-action@v6
130+
uses: docker/build-push-action@v7
131131
with:
132132
context: .
133133
push: false
@@ -147,7 +147,7 @@ jobs:
147147
#
148148
# see https://docs.docker.com/reference/cli/docker/buildx/build/#docker
149149
- name: Export amd64 Docker image for later usage
150-
uses: docker/build-push-action@v6
150+
uses: docker/build-push-action@v7
151151
with:
152152
context: .
153153
push: false
@@ -184,7 +184,7 @@ jobs:
184184
key: ${{ runner.os }}-docker
185185

186186
- name: Build Docker image
187-
uses: docker/build-push-action@v6
187+
uses: docker/build-push-action@v7
188188
with:
189189
context: .
190190
push: false
@@ -449,7 +449,7 @@ jobs:
449449
key: ${{ runner.os }}-docker
450450

451451
- name: Build and push Docker image
452-
uses: docker/build-push-action@v6
452+
uses: docker/build-push-action@v7
453453
with:
454454
context: .
455455
push: true
@@ -529,7 +529,7 @@ jobs:
529529
key: ${{ runner.os }}-docker
530530

531531
- name: Build and push Docker image
532-
uses: docker/build-push-action@v6
532+
uses: docker/build-push-action@v7
533533
continue-on-error: true
534534
with:
535535
context: .

0 commit comments

Comments
 (0)