Skip to content

Commit 72f53b2

Browse files
authored
Merge pull request #11 from freifunkMUC/dependabot/github_actions/docker/build-push-action-6.19.2
⬆️ Bump docker/build-push-action from 6.18.0 to 6.19.2
2 parents 0c42a0b + 19e4111 commit 72f53b2

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
@@ -45,7 +45,7 @@ jobs:
4545
org.opencontainers.image.created=${{ steps.meta.outputs.created }}
4646
4747
- name: Build Docker image
48-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
48+
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
4949
with:
5050
context: .
5151
platforms: linux/amd64

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
org.opencontainers.image.created=${{ steps.meta.outputs.created }}
7272
7373
- name: Build and push container image
74-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
74+
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
7575
with:
7676
context: .
7777
platforms: linux/amd64,linux/arm64/v8

0 commit comments

Comments
 (0)