Skip to content

Commit 61cf952

Browse files
chore(deps): update docker/build-push-action action to v6.19.2
1 parent 97594b6 commit 61cf952

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@ee4ca427a2f43b6a16632044ca514c076267da23 # v6.19.0
53+
- uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
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@ee4ca427a2f43b6a16632044ca514c076267da23 # v6.19.0
72+
- uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
7373
with:
7474
context: .
7575
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)