File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,19 +17,19 @@ jobs:
1717 deployment_env : stg
1818 image_uri : ghcr.io/${{ github.repository_owner }}/register-ticket-api:${{ github.sha }}
1919
20- promote-to-stg-passed :
21- needs : deploy-to-stg
22- runs-on : ubunt-latest
23- permissions :
24- packages : write
20+ # promote-to-stg-passed:
21+ # needs: deploy-to-stg
22+ # runs-on: ubunt-latest
23+ # permissions:
24+ # packages: write
2525
26- steps :
27- - name : Log in Github container registry
28- uses : docker/login-action@v3
29- with :
30- registry : ghcr.io
31- username : ${{ github.actor }}
32- password : ${{ secrets.GITHUB_TOKEN }}
26+ # steps:
27+ # - name: Log in Github container registry
28+ # uses: docker/login-action@v3
29+ # with:
30+ # registry: ghcr.io
31+ # username: ${{ github.actor }}
32+ # password: ${{ secrets.GITHUB_TOKEN }}
3333
3434 # - name: Tag as stg-passed
3535 # run: |
You can’t perform that action at this time.
0 commit comments