Spaces:
Running
Running
Added tag 'latest' to docker image.
Browse files
.github/workflows/docker-image.yml
CHANGED
@@ -35,5 +35,7 @@ jobs:
|
|
35 |
with:
|
36 |
context: .
|
37 |
push: true
|
38 |
-
tags:
|
|
|
|
|
39 |
|
|
|
35 |
with:
|
36 |
context: .
|
37 |
push: true
|
38 |
+
tags: |
|
39 |
+
yaleh/meta-prompt:${{ github.sha }}
|
40 |
+
yaleh/meta-prompt:latest
|
41 |
|