Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shinsj4653 authored Jan 15, 2024
1 parent ea1a535 commit e37d884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Docker build
run: |
docker login -u ${{ secrets.DOCKERHUB_USERNAME }} -p ${{ secrets.DOCKERHUB_PASSWORD }}
docker buildx build --push --platform linux/amd64 -t shinsj4653/gdsc-solution-challenge-team4-pointer .
docker buildx build --push --platform linux/amd64 -t shinsj4653/gdsc-solution-challenge-team4-pointer:${GITHUB_SHA::7} .
# Deploy
Expand Down

0 comments on commit e37d884

Please sign in to comment.