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

This commit is contained in:
Tanguy Herbron 2023-08-05 11:43:01 +02:00
parent 3f6fa8308d
commit e1ab0b21eb

View File

@ -18,7 +18,7 @@ jobs:
run: export
- name: Make tag
id: tag_vars
run: echo "IMAGE_NAME=\"$(echo \"$GITHUB_REPOSITORY\" | tr '[:upper:]' '[:lower:])'\"" >> $GITHUB_OUTPUT
run: echo "IMAGE_NAME=$(echo \"$GITHUB_REPOSITORY\" | tr '[:upper:]' '[:lower:]')" >> $GITHUB_OUTPUT
- name: Docker retag
run: docker tag ubuntu:latest ${{ steps.tag_vars.outputs.IMAGE_NAME }}:latest
- name: Docker push