Skip to content

Commit

Permalink
Update docker.yml
Browse files Browse the repository at this point in the history
replaced <insert:repo> with heatcluster
  • Loading branch information
DrB-S authored Jan 3, 2024
1 parent e7e9408 commit 3618898
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
build-args: HEATCLUSTER_VER=${{ github.event.inputs.version }}
push: true
target: app
tags: <insert repo>:${{ github.event.inputs.version }}
tags: heatcluster:${{ github.event.inputs.version }}

- name: Build and push latest tag to Quay
uses: docker/build-push-action@v3
Expand All @@ -46,4 +46,4 @@ jobs:
build-args: HEATCLUSTER_VER=${{ github.event.inputs.version }}
push: true
target: app
tags: <insert repo>:latest
tags: heatcluster:latest

1 comment on commit 3618898

@DrB-S
Copy link
Owner Author

@DrB-S DrB-S commented on 3618898 Jan 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Replaced <insert repo> with heatcluster.

Please sign in to comment.