commit | 3c5f12d1246079c78c7da6c3a6c8a6ac00eac1e3 | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Fri Feb 03 04:26:05 2023 +0000 |
committer | Mohammed Naser <mnaser@vexxhost.com> | Tue Mar 21 20:03:10 2023 -0400 |
tree | 9a8397dd8d59df1f956d6ed04b5cd6c9e68e6f42 | |
parent | 047c3e9a50d17e36d46dc95676d5d6c1c5ec0860 [diff] |
build(deps): bump docker/build-push-action from 3 to 4 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 4. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v3...v4) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1c9a068..86c96bc 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 + - uses: docker/build-push-action@v4 if: steps.changed-files.outputs.any_changed == 'true' with: context: images/prometheus-ethtool-exporter