Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shivamgutgutia authored Dec 1, 2023
1 parent f7dd0cb commit 4c41b6d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: |
IMAGE_TAG=$(git rev-parse --short HEAD) # Get the short commit SHA
docker build . --file Dockerfile --tag shivamgutgutia/vcfgenerator:$IMAGE_TAG
run: docker build . --file Dockerfile --tag shivamgutgutia/vcfgenerator

- name: Push Docker image to Docker Hub
run: docker push shivamgutgutia/vcfgenerator:$IMAGE_TAG
run: docker push shivamgutgutia/vcfgenerator

0 comments on commit 4c41b6d

Please sign in to comment.