Skip to content

Commit

Permalink
Merge pull request #24 from blinklabs-io/dependabot/github_actions/do…
Browse files Browse the repository at this point in the history
…cker/build-push-action-5

chore(deps): bump docker/build-push-action from 2 to 5
  • Loading branch information
wolf31o2 authored Dec 11, 2023
2 parents be78b0d + 2df4363 commit 8382c4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
- name: build
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
context: .
push: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
# branch
type=ref,event=branch
- name: push
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
with:
context: .
push: true
Expand Down

0 comments on commit 8382c4e

Please sign in to comment.