Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Soumyaworks authored Sep 14, 2023
1 parent 7a8d004 commit d1610f4
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push the Docker image with a new name
run: |
# Change the image name and tag as needed
IMAGE_NAME="ghcr.io/Soumyaworks/manylinux2014-llvm:12-x86_64"
docker build . --tag $IMAGE_NAME
docker run $IMAGE_NAME
docker push $IMAGE_NAME
docker build . --tag ghcr.io/Soumyaworks/manylinux2014-llvm:12-x86_64
docker run ghcr.io/Soumyaworks/manylinux2014-llvm:12-x86_64
docker push ghcr.io/Soumyaworks/manylinux2014-llvm:12-x86_64

0 comments on commit d1610f4

Please sign in to comment.