yaleh commited on
Commit
0454fa4
·
1 Parent(s): fe84ce6

Added tag 'latest' to docker image.

Browse files
Files changed (1) hide show
  1. .github/workflows/docker-image.yml +3 -1
.github/workflows/docker-image.yml CHANGED
@@ -35,5 +35,7 @@ jobs:
35
  with:
36
  context: .
37
  push: true
38
- tags: yaleh/meta-prompt:${{ github.sha }}
 
 
39
 
 
35
  with:
36
  context: .
37
  push: true
38
+ tags: |
39
+ yaleh/meta-prompt:${{ github.sha }}
40
+ yaleh/meta-prompt:latest
41