From 5b527853a19964e95f7e3d84ee101993a1ab29f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Sep 2021 22:09:56 +0000 Subject: [PATCH] Bump dfreilich/pack-action from 2.0.6 to 2.0.12 Bumps [dfreilich/pack-action](https://github.com/dfreilich/pack-action) from 2.0.6 to 2.0.12. - [Release notes](https://github.com/dfreilich/pack-action/releases) - [Commits](https://github.com/dfreilich/pack-action/compare/v2.0.6...v2.0.12) --- updated-dependencies: - dependency-name: dfreilich/pack-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/delivery-docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/delivery-docker.yml b/.github/workflows/delivery-docker.yml index 7b267d3440..f011630058 100644 --- a/.github/workflows/delivery-docker.yml +++ b/.github/workflows/delivery-docker.yml @@ -60,7 +60,7 @@ jobs: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} - name: Pack Build/Publish - uses: dfreilich/pack-action@v2.0.6 + uses: dfreilich/pack-action@v2.0.12 with: args: 'build ${{ env.IMG_NAME }}:${{ steps.version.outputs.result }} --builder ${{ env.BUILDER }} --publish' - name: Tag Image as Latest