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

This commit is contained in:
Tanguy Herbron 2023-08-05 11:38:00 +02:00
parent 812478af7a
commit bf6bb55243

View File

@ -17,6 +17,6 @@ jobs:
- name: Var envs
run: export
- name: Docker retag
run: docker tag ubuntu:latest $GITHUB_REPOSITORY:latest
run: docker tag ubuntu:latest $(echo "$GITHUB_REPOSITORY" | tr '[:upper:]' '[:lower:]'):latest
- name: Docker push
run: docker push $GITHUB_ACTION_REPOSITORY:latest