Skip to content

Commit fe41866

Browse files
authored
Merge pull request #29 from ruby/dependabot/github_actions/docker/build-push-action-7.1.0
Bump docker/build-push-action from 7.0.0 to 7.1.0
2 parents a9edb15 + fb219b0 commit fe41866

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
@@ -43,7 +43,7 @@ jobs:
4343
password: ${{ secrets.DOCKER_PASS }}
4444

4545
- name: Build and push ${{ matrix.target }}
46-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
46+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
4747
with:
4848
context: .
4949
target: ${{ matrix.target }}
@@ -96,7 +96,7 @@ jobs:
9696
password: ${{ secrets.DOCKER_PASS }}
9797

9898
- name: Build and push ${{ matrix.target }}
99-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
99+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
100100
with:
101101
context: .
102102
file: Dockerfile.final
@@ -142,7 +142,7 @@ jobs:
142142
password: ${{ secrets.GHCR_ACCESS_TOKEN }}
143143

144144
- name: Build and push latest image
145-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
145+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
146146
with:
147147
context: .
148148
file: Dockerfile.final

0 commit comments

Comments
 (0)