Skip to content

Commit 5ceadd4

Browse files
authored
Merge pull request #90 from blinklabs-io/dependabot/github_actions/docker/build-push-action-5
chore(deps): bump docker/build-push-action from 3 to 5
2 parents ce744f6 + 4415f1c commit 5ceadd4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
images: ${{ env.GHCR_IMAGE_NAME }}
2323
- name: build
24-
uses: docker/build-push-action@v3
24+
uses: docker/build-push-action@v5
2525
with:
2626
context: .
2727
push: false

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
# semver
103103
type=semver,pattern={{version}}
104104
- name: Build images
105-
uses: docker/build-push-action@v3
105+
uses: docker/build-push-action@v5
106106
with:
107107
outputs: "type=registry,push=true"
108108
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)