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"