Skip to content

Commit

Permalink
Rename image from heat-rxt to heat
Browse files Browse the repository at this point in the history
  • Loading branch information
sowm9802 committed Jan 16, 2025
1 parent 3a4ed22 commit bd1e928
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-heat-rxt.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
name: Create and Publish a Heat RXT Image
name: Create and Publish a Heat Image

on:
push:
Expand Down Expand Up @@ -65,8 +65,8 @@ jobs:
file: Containerfiles/HeatRXT-Containerfile
push: true
tags: |
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/heat-rxt:${{ github.event.inputs.imageTag || env.DEF_TAG_NAME }}
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/heat-rxt:${{ github.event.inputs.imageTag || env.DEF_TAG_NAME }}-${{ env.MY_DATE }}
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/heat:${{ github.event.inputs.imageTag || env.DEF_TAG_NAME }}
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/heat:${{ github.event.inputs.imageTag || env.DEF_TAG_NAME }}-${{ env.MY_DATE }}
labels: ${{ steps.meta.outputs.labels }}
build-args: |
VERSION=${{ github.event.inputs.imageTag || env.DEF_TAG_NAME }}
4 changes: 2 additions & 2 deletions .github/workflows/smoke-heat-rxt.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
name: Run build check for the Heat RXT image
name: Run build check for the Heat image

on:
pull_request:
Expand Down Expand Up @@ -36,6 +36,6 @@ jobs:
file: Containerfiles/HeatRXT-Containerfile
push: false
tags: |
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/heat-rxt:2024.1-ubuntu_jammy
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/heat:2024.1-ubuntu_jammy
build-args: |
VERSION=2024.1-ubuntu_jammy

0 comments on commit bd1e928

Please sign in to comment.