Merge "Fix image promote playbook"
This commit is contained in:
commit
5fa7dfd59f
@ -112,4 +112,4 @@ EXPOSE 22
|
||||
VOLUME ["/data"]
|
||||
ENTRYPOINT ["/usr/bin/entrypoint"]
|
||||
CMD ["/usr/sbin/sshd", "-D"]
|
||||
# this comment is here to perform a test run of the job..
|
||||
# this comment is here to perform a test run of the job...
|
@ -32,4 +32,4 @@ RUN pip install jinja2
|
||||
COPY --from=build /src/jinja-init/run.py /
|
||||
|
||||
ENTRYPOINT ["python", "/run.py"]
|
||||
# this comment is here to perform a test run of the job.
|
||||
# this comment is here to perform a test run of the job...
|
@ -1,4 +1,4 @@
|
||||
- hosts: all
|
||||
- hosts: localhost
|
||||
tasks:
|
||||
- name: Promote dockerhub image
|
||||
when: credentials is defined
|
||||
|
Loading…
Reference in New Issue
Block a user