Skip to content

Commit

Permalink
Release CI: Fix push image to registry (#476)
Browse files Browse the repository at this point in the history
Signed-off-by: Parul <[email protected]>

Signed-off-by: Parul <[email protected]>
  • Loading branch information
husky-parul authored Dec 16, 2022
1 parent 57d1a4b commit c82f142
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,6 @@ jobs:
- name: make container
run: make
- name: push to quay
run: podman push quay.io/sustainable_computing_io/kepler:${{ github.event.inputs.release }}
run: |
podman tag quay.io/sustainable_computing_io/kepler:latest quay.io/sustainable_computing_io/kepler:${{ github.event.inputs.release }}
podman push quay.io/sustainable_computing_io/kepler:${{ github.event.inputs.release }}

0 comments on commit c82f142

Please sign in to comment.