Skip to content

Commit f9a3187

Browse files
authored
Merge pull request #48 from hifis-net/dependabot/github_actions/docker/build-push-action-6.9.0
Bump docker/build-push-action from 6.7.0 to 6.9.0
2 parents 939ea17 + 98844f9 commit f9a3187

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
type=raw,value=${{ matrix.version }}
3535
3636
- name: Build and push Docker image
37-
uses: docker/build-push-action@v6.7.0
37+
uses: docker/build-push-action@v6.9.0
3838
with:
3939
context: .
4040
push: false

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
type=raw,value=${{ matrix.version }}
4949
5050
- name: Build and push Docker image
51-
uses: docker/build-push-action@v6.7.0
51+
uses: docker/build-push-action@v6.9.0
5252
with:
5353
context: .
5454
push: true

0 commit comments

Comments
 (0)