Skip to content

Commit

Permalink
further tweak image creation
Browse files Browse the repository at this point in the history
  • Loading branch information
Wicaeed committed Mar 19, 2024
1 parent ad0565c commit 255f812
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-dev-image.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build & Push Docker Image to GitHub
name: Build & Push Jira Development Docker Image to GHCR

on:
pull_request:
Expand Down Expand Up @@ -34,7 +34,6 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
latest
${{ env.COMMIT_SHA }}
${{ vars.DEVELOP_TAG}}
- name: Build and push Docker image
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/build-release-image.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Build & Push Docker Image to GitHub
name: Build & Push Jira Release Docker Image to GHCR

on:
pull_request:
push:
branches:
- main
Expand Down Expand Up @@ -34,7 +33,6 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
latest
${{ env.COMMIT_SHA }}
${{ vars.RELEASE_TAG}}
- name: Build, Tag, and push Docker image
Expand Down

0 comments on commit 255f812

Please sign in to comment.