Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rohit-gohri authored Oct 15, 2024
1 parent cce9413 commit 3cb7cc9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
images: |
boringdownload/jira-integration
ghcr.io/rohit-gohri/jira-ci-cd-integration
registry.gitlab.com/rohit-gohri/jira-ci-cd-integration
# registry.gitlab.com/rohit-gohri/jira-ci-cd-integration
# generate Docker tags based on the following events/attributes
tags: |
type=ref,event=branch
Expand All @@ -58,7 +58,7 @@ jobs:
images: |
boringdownload/jira-integration
ghcr.io/rohit-gohri/jira-ci-cd-integration
registry.gitlab.com/rohit-gohri/jira-ci-cd-integration
# registry.gitlab.com/rohit-gohri/jira-ci-cd-integration
# generate Docker tags based on the following events/attributes
tags: |
type=raw,value=alpha
Expand Down Expand Up @@ -86,12 +86,12 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: 🛂 Log in to the Gitlab Container registry
uses: docker/login-action@v1
with:
registry: registry.gitlab.com
username: ${{ secrets.GITLAB_USERNAME }}
password: ${{ secrets.GITLAB_TOKEN }}
# - name: 🛂 Log in to the Gitlab Container registry
# uses: docker/login-action@v1
# with:
# registry: registry.gitlab.com
# username: ${{ secrets.GITLAB_USERNAME }}
# password: ${{ secrets.GITLAB_TOKEN }}

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

0 comments on commit 3cb7cc9

Please sign in to comment.