File tree Expand file tree Collapse file tree 1 file changed +1
-22
lines changed Expand file tree Collapse file tree 1 file changed +1
-22
lines changed Original file line number Diff line number Diff line change 29
29
- name : Push image
30
30
run : |
31
31
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
+
54
33
- name : Deployment notification
55
34
if : success()
56
35
run : |
You can’t perform that action at this time.
0 commit comments