commit | f0d1616e1c3710e3e45d32b87403cee093fa234c | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Fri Oct 14 03:39:12 2022 +0000 |
committer | Mohammed Naser <mnaser@vexxhost.com> | Fri Oct 14 14:03:24 2022 -0400 |
tree | 94df578a1c0e1e3b476b0d69b3cf87a6f5b62a79 | |
parent | 28a53952ba635b09461d209eb35cd463b1ba5f77 [diff] [blame] |
build(deps): bump docker/build-push-action from 3.1.1 to 3.2.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3.1.1 to 3.2.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v3.1.1...v3.2.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 12f1640..f540ad1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml
@@ -25,7 +25,7 @@ registry: quay.io username: ${{ secrets.QUAY_USERNAME }} password: ${{ secrets.QUAY_ROBOT_TOKEN }} - - uses: docker/build-push-action@v3.1.1 + - uses: docker/build-push-action@v3.2.0 if: steps.changed-files.outputs.any_changed == 'true' with: context: images/prometheus-ethtool-exporter