Skip to content

Commit 479fca8

Browse files
authored
fix(ci): tag param is missing when publishing (#446)
Signed-off-by: Ramkumar Chinchani <[email protected]>
1 parent 27b22d8 commit 479fca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/convert.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
cd dockerfiles/elasticsearch
5050
stacker convert --docker-file Dockerfile --output-file stacker.yaml --substitute-file stacker-subs.yaml
5151
stacker build -f stacker.yaml --substitute-file stacker-subs.yaml --substitute IMAGE=elasticsearch
52-
stacker publish -f stacker.yaml --substitute-file stacker-subs.yaml --substitute IMAGE=elasticsearch --skip-tls --url docker://${REGISTRY_URL} --layer elasticsearch
52+
stacker publish -f stacker.yaml --substitute-file stacker-subs.yaml --substitute IMAGE=elasticsearch --skip-tls --url docker://${REGISTRY_URL} --layer elasticsearch --tag latest
5353
rm -f stacker.yaml stacker-subs.yaml
5454
stacker clean
5555
cd $GITHUB_WORKSPACE

0 commit comments

Comments
 (0)