From 255f812c498801816f755158a918e7a531332de5 Mon Sep 17 00:00:00 2001 From: Craig Gill Date: Tue, 19 Mar 2024 11:38:46 -0700 Subject: [PATCH] further tweak image creation --- .github/workflows/build-dev-image.yml | 3 +-- .github/workflows/build-release-image.yml | 4 +--- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-dev-image.yml b/.github/workflows/build-dev-image.yml index b9b90e4..5e8817a 100644 --- a/.github/workflows/build-dev-image.yml +++ b/.github/workflows/build-dev-image.yml @@ -1,4 +1,4 @@ -name: Build & Push Docker Image to GitHub +name: Build & Push Jira Development Docker Image to GHCR on: pull_request: @@ -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 diff --git a/.github/workflows/build-release-image.yml b/.github/workflows/build-release-image.yml index 8126a39..d40a8b5 100644 --- a/.github/workflows/build-release-image.yml +++ b/.github/workflows/build-release-image.yml @@ -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 @@ -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