Skip to content

Commit a87f018

Browse files
Update docker_build.yaml
1 parent 1dd0602 commit a87f018

File tree

1 file changed

+1
-22
lines changed

1 file changed

+1
-22
lines changed

.github/workflows/docker_build.yaml

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -29,28 +29,7 @@ jobs:
2929
- name: Push image
3030
run: |
3131
docker push ghcr.io/${{ github.repository_owner }}/${{ github.repository }}:${{ github.sha }}
32-
# - name: Build and push Docker image
33-
# uses: docker/build-push-action@v2
34-
# with:
35-
# context: .
36-
# file: ./Dockerfile
37-
# push: true
38-
# tags: |
39-
# starcoin/stc-poly-bridge-frontend:latest
40-
# starcoin/stc-poly-bridge-frontend:${{ github.sha }}
41-
# build-args: |
42-
# VUE_APP_TITLE=PolyBridge
43-
#
44-
# - name: Image digest
45-
# run: echo ${{ steps.docker_build.outputs.digest }}
46-
#
47-
# - name: Verify push to DockerHub
48-
# run: |
49-
# echo "Image pushed to DockerHub successfully!"
50-
# echo "Tags:"
51-
# echo " - starcoin/stc-poly-bridge-frontend:latest"
52-
# echo " - starcoin/stc-poly-bridge-frontend:${{ github.sha }}"
53-
32+
5433
- name: Deployment notification
5534
if: success()
5635
run: |

0 commit comments

Comments
 (0)