File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
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
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
You can’t perform that action at this time.
0 commit comments