From 92a91d29ab3b9056fd413fec37371996e94e3dd3 Mon Sep 17 00:00:00 2001 From: jidicula Date: Mon, 31 Jan 2022 16:26:47 -0500 Subject: [PATCH] build(docker): Update CI workflow --- .github/workflows/clang-format-image.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/clang-format-image.yml b/.github/workflows/clang-format-image.yml index 3946153..50de081 100644 --- a/.github/workflows/clang-format-image.yml +++ b/.github/workflows/clang-format-image.yml @@ -37,7 +37,7 @@ jobs: - {version: "3.9", ubuntu: "bionic"} steps: - uses: actions/checkout@v2 - - name: Get llvm-project binary tar.xz + - name: Parse version tags run: | VERSION="${{ matrix.version-pair.version }}" MAJOR_VERSION="${VERSION%%.*}" @@ -54,7 +54,7 @@ jobs: with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} - name: Build and push Docker image - uses: docker/build-push-action@v2.7.0 + uses: docker/build-push-action@v2.8.0 with: context: . file: "clang-format-docker/Dockerfile"