Skip to content

Commit 551ad3f

Browse files
authored
Merge pull request #198 from SpongePowered/dependabot/github_actions/docker/build-push-action-7.1.0
build(deps): bump docker/build-push-action from 7.0.0 to 7.1.0
2 parents eed5273 + b704de0 commit 551ad3f

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
type=raw,value=dev-latest,enable=${{ github.ref == 'refs/heads/dev' }}
139139
140140
- name: Build and push app image
141-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
141+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
142142
with:
143143
context: .
144144
target: app
@@ -152,7 +152,7 @@ jobs:
152152
VERSION=${{ github.sha }}
153153
154154
- name: Build and push migrate image
155-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
155+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
156156
with:
157157
context: .
158158
target: migrate

.github/workflows/release-please.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
type=raw,value=latest
137137
138138
- name: Build and push app image
139-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
139+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
140140
with:
141141
context: .
142142
target: app
@@ -150,7 +150,7 @@ jobs:
150150
VERSION=${{ needs.release-please.outputs.tag_name }}
151151
152152
- name: Build and push migrate image
153-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
153+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
154154
with:
155155
context: .
156156
target: migrate

0 commit comments

Comments
 (0)