Skip to content

Commit c9a9a94

Browse files
committed
Alpha version, generated from commit 3cb7cc9
1 parent 81c3cdc commit c9a9a94

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/release.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
images: |
4242
boringdownload/jira-integration
4343
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
4545
# generate Docker tags based on the following events/attributes
4646
tags: |
4747
type=ref,event=branch
@@ -58,7 +58,7 @@ jobs:
5858
images: |
5959
boringdownload/jira-integration
6060
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
6262
# generate Docker tags based on the following events/attributes
6363
tags: |
6464
type=raw,value=alpha
@@ -86,12 +86,12 @@ jobs:
8686
username: ${{ github.repository_owner }}
8787
password: ${{ secrets.GITHUB_TOKEN }}
8888

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 }}
9595

9696
- name: 🔨🚀 Build and push Release
9797
if: ${{ env.create_release == 'yes' }}

0 commit comments

Comments
 (0)