From 7dee1ce08c04fdfcb50bca10a60591ae6b5b2b42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 19:09:25 +0000 Subject: [PATCH] chore(deps): bump tgagor/template-dockerfiles from 0.17.17 to 0.17.18 Bumps [tgagor/template-dockerfiles](https://github.com/tgagor/template-dockerfiles) from 0.17.17 to 0.17.18. - [Release notes](https://github.com/tgagor/template-dockerfiles/releases) - [Commits](https://github.com/tgagor/template-dockerfiles/compare/v0.17.17...v0.17.18) --- updated-dependencies: - dependency-name: tgagor/template-dockerfiles dependency-version: 0.17.18 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 0132e33..67da93b 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.17 + uses: tgagor/template-dockerfiles@v0.17.18 - name: Just build on branches if: github.ref != 'refs/heads/main'