Skip to content

Commit a407310

Browse files
committed
chore: Comment image promotion
1 parent 504a542 commit a407310

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/cd-stg.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)