From e7f545498ebd2f271525e3667211c2e4f1934822 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 19:05:24 +0000 Subject: [PATCH] chore(deps): bump tgagor/template-dockerfiles from 0.17.15 to 0.17.17 Bumps [tgagor/template-dockerfiles](https://github.com/tgagor/template-dockerfiles) from 0.17.15 to 0.17.17. - [Release notes](https://github.com/tgagor/template-dockerfiles/releases) - [Commits](https://github.com/tgagor/template-dockerfiles/compare/v0.17.15...v0.17.17) --- updated-dependencies: - dependency-name: tgagor/template-dockerfiles dependency-version: 0.17.17 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f881fa7..0132e33 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -62,7 +62,7 @@ jobs: run: echo "DOCKER_TAG=${GITHUB_REF##*/}" >> $GITHUB_ENV - name: Setup Template Dockerfiles - uses: tgagor/template-dockerfiles@v0.17.15 + uses: tgagor/template-dockerfiles@v0.17.17 - name: Just build on branches if: github.ref != 'refs/heads/main'