From 9e15d70c78f9cbd8f61b9caa626de5d497b24401 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 23:07:26 +0000 Subject: [PATCH] Bump MathieuSoysal/jib-container-publish.yml from 2.1.3 to 2.1.4 Bumps [MathieuSoysal/jib-container-publish.yml](https://github.com/MathieuSoysal/jib-container-publish.yml) from 2.1.3 to 2.1.4. - [Release notes](https://github.com/MathieuSoysal/jib-container-publish.yml/releases) - [Commits](https://github.com/MathieuSoysal/jib-container-publish.yml/compare/v2.1.3...v2.1.4) --- updated-dependencies: - dependency-name: MathieuSoysal/jib-container-publish.yml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/docker-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index d40fa9c..e52e45f 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -9,6 +9,6 @@ jobs: runs-on: ubuntu-latest steps: - name: JIB container build and publish - uses: MathieuSoysal/jib-container-publish.yml@v2.1.3 + uses: MathieuSoysal/jib-container-publish.yml@v2.1.4 with: PASSWORD: ${{ secrets.GITHUB_TOKEN }}