Skip to content

Commit

Permalink
Rename dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
PHILO-HE committed Aug 14, 2024
1 parent b383244 commit 3ba2feb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ jobs:
uses: docker/build-push-action@v2
with:
context: .
file: dev/vcpkg/docker/Dockerfile.gha
file: dev/vcpkg/docker/gha-centos-7.dockerfile
push: true
tags: apache/gluten:vcpkg-centos-7
2 changes: 1 addition & 1 deletion dev/vcpkg/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ docker-image:

docker-image-gha:
docker build \
--file docker/Dockerfile.gha \
--file docker/gha-centos-7.dockerfile \
--tag "$(DOCKER_IMAGE)" \
--build-arg HTTPS_PROXY="" \
--build-arg HTTP_PROXY="" \
Expand Down
File renamed without changes.

0 comments on commit 3ba2feb

Please sign in to comment.