Skip to content

Commit 13d6da9

Browse files
Updated workflow to push images with sha tags (#116)
Signed-off-by: Chaitanya Kulkarni <chkulkar@redhat.com>
1 parent b1d60bd commit 13d6da9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/maas-api-ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,6 @@ jobs:
5757

5858
- name: Push image to Quay.io
5959
if: github.event_name == 'push'
60-
run: make push-image
60+
run: |
61+
make build-push-image
62+
make build-push-image -e TAG=${{ github.sha }}

0 commit comments

Comments
 (0)