Skip to content

Commit

Permalink
Merge pull request #18 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 3 to 5
  • Loading branch information
wolf31o2 authored Dec 7, 2023
2 parents fede4d4 + 483f61b commit 648c045
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
latest=false
suffix=-amd64
- name: build
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
context: .
push: false
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
latest=false
suffix=-arm64v8
- name: build
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
context: .
push: false
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
# branch
type=ref,event=branch
- name: push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
context: .
push: true
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
# branch
type=ref,event=branch
- name: push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
context: .
push: true
Expand Down

0 comments on commit 648c045

Please sign in to comment.