Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
jr1221 authored Aug 4, 2024
2 parents 90955bb + 7376b7d commit 34a7692
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 @@ -55,7 +55,7 @@ jobs:
MAJOR_VERSION="${VERSION%%.*}"
echo "MAJOR_VERSION=$MAJOR_VERSION" >> "$GITHUB_ENV"
- name: Log in to the Container registry
uses: docker/login-action@v3.2.0
uses: docker/login-action@v3.3.0
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
Expand All @@ -66,7 +66,7 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
- name: Build and push Docker image
uses: docker/build-push-action@v5.4.0
uses: docker/build-push-action@v6.5.0
with:
context: .
file: "clang-format-docker/Dockerfile"
Expand Down

0 comments on commit 34a7692

Please sign in to comment.