Skip to content

Commit 28f7d8c

Browse files
authored
Merge pull request #369 from rsksmart/dependabot/github_actions/main/docker/build-push-action-7.0.0
Bump docker/build-push-action from 6.18.0 to 7.0.0
2 parents 40019d4 + 0616531 commit 28f7d8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
platforms: linux/amd64
5454

5555
- name: Build and export locally Docker
56-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
56+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
5757
with:
5858
context: container-action/
5959
load: true
@@ -90,7 +90,7 @@ jobs:
9090
password: ${{ secrets.GITHUB_TOKEN }}
9191

9292
- name: Build the RIT Action Container Image
93-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
93+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
9494
with:
9595
context: container-action/
9696
tags: ${{ env.LATEST_TAG }}

0 commit comments

Comments
 (0)