Skip to content

Commit ddaf8cb

Browse files
authored
Merge pull request #26 from ruby/dependabot/github_actions/docker/build-push-action-7.0.0
Bump docker/build-push-action from 6.19.2 to 7.0.0
2 parents 58fa3f6 + ee76b1e commit ddaf8cb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
password: ${{ secrets.DOCKER_PASS }}
4242

4343
- name: Build and push ${{ matrix.target }}
44-
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
44+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
4545
with:
4646
context: .
4747
target: ${{ matrix.target }}
@@ -94,7 +94,7 @@ jobs:
9494
password: ${{ secrets.DOCKER_PASS }}
9595

9696
- name: Build and push ${{ matrix.target }}
97-
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
97+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
9898
with:
9999
context: .
100100
file: Dockerfile.final
@@ -140,7 +140,7 @@ jobs:
140140
password: ${{ secrets.GHCR_ACCESS_TOKEN }}
141141

142142
- name: Build and push latest image
143-
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
143+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
144144
with:
145145
context: .
146146
file: Dockerfile.final

0 commit comments

Comments
 (0)