pipeline runner
Some checks failed
S3 mount container image build / build (push) Failing after 7s

This commit is contained in:
Tanguy Herbron 2023-08-05 11:34:09 +02:00
parent a1822f9715
commit f670a11761

View File

@ -14,6 +14,8 @@ jobs:
steps:
- name: Docker pull
run: docker pull ubuntu:latest
- name: Var envs
run: export
- name: Docker retag
run: docker tag ubuntu:latest $GITHUB_ACTION_REPOSITORY:latest
- name: Docker push