fix(actions): assist stats ee image
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
fac1e4f70d
commit
745c1e466f
1 changed files with 2 additions and 0 deletions
2
.github/workflows/assist-stats.yaml
vendored
2
.github/workflows/assist-stats.yaml
vendored
|
|
@ -72,6 +72,8 @@ jobs:
|
|||
images=("assist-stats")
|
||||
for image in ${images[*]};do
|
||||
docker push $DOCKER_REPO/$image:$IMAGE_TAG
|
||||
docker tag $DOCKER_REPO/$image:$IMAGE_TAG $DOCKER_REPO/$image:${IMAGE_TAG}-ee
|
||||
docker push $DOCKER_REPO/$image:$IMAGE_TAG $DOCKER_REPO/$image:${IMAGE_TAG}-ee
|
||||
done
|
||||
- name: Creating old image input
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue