Skip to content

Commit 8382c4e

Browse files
authored
Merge pull request #24 from blinklabs-io/dependabot/github_actions/docker/build-push-action-5
chore(deps): bump docker/build-push-action from 2 to 5
2 parents be78b0d + 2df4363 commit 8382c4e

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
@@ -42,7 +42,7 @@ jobs:
4242
# branch
4343
type=ref,event=branch
4444
- name: push
45-
uses: docker/build-push-action@v2
45+
uses: docker/build-push-action@v5
4646
with:
4747
context: .
4848
push: true

0 commit comments

Comments
 (0)