File tree Expand file tree Collapse file tree 2 files changed +12
-7
lines changed
Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 1515 packages : read # To read NPM registry
1616
1717 uses : wwwallet/wallet-ecosystem/.github/workflows/docker-build-push.yml@master
18+ secrets : inherit
1819 with :
19- image-tag : ghcr.io/wwwallet/wallet-backend:latest
20+ image-tag : ghcr.io/wwwallet/wallet-backend-server :latest
2021 docker-push : false
22+ dockerfile-path : ./Dockerfile
Original file line number Diff line number Diff line change 1- name : Build and push Docker image
2-
1+ name : Push Docker image
32on :
43 push :
5- branches :
6- - master
4+ tags :
5+ - v0.*
6+ - v1.*
7+ - v2.*
78
89jobs :
910 build :
1011
1112 # Permissions for GITHUB_TOKEN
1213 permissions :
1314 contents : read # To check out repo
14- packages : write # To read NPM registry and push Docker image
15+ packages : write # To read NPM registry
1516
1617 uses : wwwallet/wallet-ecosystem/.github/workflows/docker-build-push.yml@master
18+ secrets : inherit
1719 with :
18- image-tag : ghcr.io/wwwallet/wallet-backend:latest
20+ image-tag : ghcr.io/wwwallet/wallet-backend-server:${{ github.ref_name }}
1921 docker-push : true
22+ dockerfile-path : ./Dockerfile
You can’t perform that action at this time.
0 commit comments