From dafe65cc324529f2d9d1fc941b67fecab76ec852 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jan 2023 15:00:43 +0000 Subject: [PATCH] build(deps): bump dioptra-io/publish-docker-action from 1 to 2 Bumps [dioptra-io/publish-docker-action](https://github.com/dioptra-io/publish-docker-action) from 1 to 2. - [Release notes](https://github.com/dioptra-io/publish-docker-action/releases) - [Commits](https://github.com/dioptra-io/publish-docker-action/compare/v1...v2) --- updated-dependencies: - dependency-name: dioptra-io/publish-docker-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index b70839f..7f56959 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: dioptra-io/publish-docker-action@v1 + - uses: dioptra-io/publish-docker-action@v2 with: image: edgenetio/fed4fire registry: docker.io