Skip to content

Commit 7c27171

Browse files
chore(deps): bump docker/build-push-action
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from f2a1d5e99d037542a71f64918e516c093c6f3fc4 to 9e436ba9f2d7bcd1d038c8e55d039d37896ddc5d. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@f2a1d5e...9e436ba) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 9e436ba9f2d7bcd1d038c8e55d039d37896ddc5d dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9d96ac9 commit 7c27171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-loadgen-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
# It uses the `tags` and `labels` parameters to tag and label the image with the output from the "meta" step.
5050
- name: Build and push Docker image
5151
id: push
52-
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
52+
uses: docker/build-push-action@9e436ba9f2d7bcd1d038c8e55d039d37896ddc5d
5353
with:
5454
context: ./main-workshop/load-generator
5555
push: true

0 commit comments

Comments
 (0)