Skip to content

Commit

Permalink
build(docker): Update CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jidicula committed Jan 31, 2022
1 parent 4082107 commit 92a91d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/clang-format-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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%%.*}"
Expand All @@ -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"
Expand Down

0 comments on commit 92a91d2

Please sign in to comment.