|
41 | 41 | images: | |
42 | 42 | boringdownload/jira-integration |
43 | 43 | ghcr.io/rohit-gohri/jira-ci-cd-integration |
44 | | - registry.gitlab.com/rohit-gohri/jira-ci-cd-integration |
| 44 | + # registry.gitlab.com/rohit-gohri/jira-ci-cd-integration |
45 | 45 | # generate Docker tags based on the following events/attributes |
46 | 46 | tags: | |
47 | 47 | type=ref,event=branch |
|
58 | 58 | images: | |
59 | 59 | boringdownload/jira-integration |
60 | 60 | ghcr.io/rohit-gohri/jira-ci-cd-integration |
61 | | - registry.gitlab.com/rohit-gohri/jira-ci-cd-integration |
| 61 | + # registry.gitlab.com/rohit-gohri/jira-ci-cd-integration |
62 | 62 | # generate Docker tags based on the following events/attributes |
63 | 63 | tags: | |
64 | 64 | type=raw,value=alpha |
@@ -86,12 +86,12 @@ jobs: |
86 | 86 | username: ${{ github.repository_owner }} |
87 | 87 | password: ${{ secrets.GITHUB_TOKEN }} |
88 | 88 |
|
89 | | - - name: 🛂 Log in to the Gitlab Container registry |
90 | | - uses: docker/login-action@v1 |
91 | | - with: |
92 | | - registry: registry.gitlab.com |
93 | | - username: ${{ secrets.GITLAB_USERNAME }} |
94 | | - password: ${{ secrets.GITLAB_TOKEN }} |
| 89 | + # - name: 🛂 Log in to the Gitlab Container registry |
| 90 | + # uses: docker/login-action@v1 |
| 91 | + # with: |
| 92 | + # registry: registry.gitlab.com |
| 93 | + # username: ${{ secrets.GITLAB_USERNAME }} |
| 94 | + # password: ${{ secrets.GITLAB_TOKEN }} |
95 | 95 |
|
96 | 96 | - name: 🔨🚀 Build and push Release |
97 | 97 | if: ${{ env.create_release == 'yes' }} |
|
0 commit comments