Skip to content

Commit ebb263c

Browse files
authored
Merge pull request #18 from tionis/dependabot/github_actions/docker/build-push-action-6
ci(deps): bump docker/build-push-action from 5 to 6
2 parents 1d09fc0 + b5178f8 commit ebb263c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
type=raw,value=latest,enable={{is_default_branch}}
8585
8686
- name: Build and push Docker image
87-
uses: docker/build-push-action@v5
87+
uses: docker/build-push-action@v6
8888
with:
8989
context: .
9090
platforms: linux/amd64,linux/arm64

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
type=semver,pattern={{major}}
8080
8181
- name: Build and push Docker image
82-
uses: docker/build-push-action@v5
82+
uses: docker/build-push-action@v6
8383
with:
8484
context: .
8585
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)