Skip to content

Commit 4a7290d

Browse files
authored
Merge pull request #32 from REChain-Network-Solutions/dependabot/github_actions/docker/build-push-action-7
Bump docker/build-push-action from 6 to 7
2 parents 3068f8e + bd63fa8 commit 4a7290d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
continue-on-error: true
156156

157157
- name: Build and push
158-
uses: docker/build-push-action@v6
158+
uses: docker/build-push-action@v7
159159
with:
160160
context: .
161161
push: ${{ github.event_name != 'pull_request' && secrets.DOCKER_USERNAME != '' }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
type=sha
9696
9797
- name: Build and push
98-
uses: docker/build-push-action@v6
98+
uses: docker/build-push-action@v7
9999
with:
100100
context: .
101101
push: true

0 commit comments

Comments
 (0)