Skip to content

Commit f464a08

Browse files
chore(deps): update docker/build-push-action digest to 9e436ba
Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent 8c8801f commit f464a08

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/e2e-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
password: ${{ secrets.GITHUB_TOKEN }}
2828
- name: "Build:dockerimage"
2929
# this is v6.16.0
30-
uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1
30+
uses: docker/build-push-action@9e436ba9f2d7bcd1d038c8e55d039d37896ddc5d
3131
with:
3232
context: .
3333
file: Dockerfile.controller

.github/workflows/push.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
password: ${{ secrets.GITHUB_TOKEN }}
5454
- name: "Build:dockerimage"
5555
# this is v6.16.0
56-
uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1
56+
uses: docker/build-push-action@9e436ba9f2d7bcd1d038c8e55d039d37896ddc5d
5757
with:
5858
context: .
5959
push: true
@@ -64,7 +64,7 @@ jobs:
6464
tags: ghcr.io/grafana/k6-operator:latest,ghcr.io/grafana/k6-operator:controller-${{env.IMAGETAG}}
6565
- name: "Build:dockerimage"
6666
# this is v6.16.0
67-
uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1
67+
uses: docker/build-push-action@9e436ba9f2d7bcd1d038c8e55d039d37896ddc5d
6868
with:
6969
context: .
7070
push: true
@@ -73,7 +73,7 @@ jobs:
7373
tags: ghcr.io/grafana/k6-operator:latest-runner,ghcr.io/grafana/k6-operator:runner-${{env.IMAGETAG}}
7474
- name: "Build:dockerimage"
7575
# this is v6.16.0
76-
uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1
76+
uses: docker/build-push-action@9e436ba9f2d7bcd1d038c8e55d039d37896ddc5d
7777
with:
7878
context: .
7979
push: true

0 commit comments

Comments
 (0)