Skip to content

Commit fe23095

Browse files
authored
Merge pull request #57 from blinklabs-io/dependabot/github_actions/docker/build-push-action-5
chore(deps): Bump docker/build-push-action from 3 to 5
2 parents 5e64d5f + 1e35538 commit fe23095

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
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
2424
- name: build
25-
uses: docker/build-push-action@v3
25+
uses: docker/build-push-action@v5
2626
with:
2727
context: .
2828
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)