From 802092639bb1f269926fe795f3cff34ae4efb611 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 May 2021 00:37:19 +0000 Subject: [PATCH] fix(deps): bump docker/build-push-action from 1 to 2.5.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 1 to 2.5.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Upgrade guide](https://github.com/docker/build-push-action/blob/master/UPGRADE.md) - [Commits](https://github.com/docker/build-push-action/compare/v1...v2.5.0) Signed-off-by: dependabot[bot] --- .github/workflows/publish-image-dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-image-dev.yml b/.github/workflows/publish-image-dev.yml index 6a77074..313a019 100644 --- a/.github/workflows/publish-image-dev.yml +++ b/.github/workflows/publish-image-dev.yml @@ -12,7 +12,7 @@ jobs: with: submodules: true - name: Push oengusdotdev to GitHub Packages - uses: docker/build-push-action@v1 + uses: docker/build-push-action@v2.5.0 with: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }}