From 566b6e7be42d79fe7812d8bd4f2f04443d056725 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Mar 2023 21:57:43 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action action to v4 --- .github/workflows/container.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 2fc1330..3acd85e 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -19,7 +19,7 @@ jobs: - name: set tag_name run: | echo "tag_name=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV - - uses: docker/build-push-action@v2 + - uses: docker/build-push-action@v4 with: push: true tags: ghcr.io/tiermobility/techdocs-container:latest,ghcr.io/tiermobility/techdocs-container:${{ env.tag_name }} \ No newline at end of file