Skip to content

Commit 7f755e5

Browse files
chore(deps): update docker/build-push-action action to v7.1.0
1 parent d3c1027 commit 7f755e5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-push-deploy-promrated.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
username: obolnetwork
5151
password: ${{ secrets.DOCKERHUB_TOKEN }}
5252

53-
- uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
53+
- uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
5454
with:
5555
context: .
5656
file: ./testutil/promrated/Dockerfile

.github/workflows/build-push-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
if: github.ref_type == 'tag'
7070
run: echo 'GO_BUILD_FLAG=-ldflags=-X github.com/obolnetwork/charon/app/version.version=${{ github.ref_name }}' >> $GITHUB_ENV
7171

72-
- uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
72+
- uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
7373
with:
7474
context: .
7575
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)