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

This commit is contained in:
Tanguy Herbron 2023-08-05 11:58:10 +02:00
parent 55e5e4f2cb
commit 6bd4288a3b

View File

@ -22,7 +22,7 @@ jobs:
- name: Debug tag - name: Debug tag
run: echo "$GITHUB_SERVER_URL"/"$GITHUB_REPOSITORY" | tr '[:upper:]' '[:lower:]' run: echo "$GITHUB_SERVER_URL"/"$GITHUB_REPOSITORY" | tr '[:upper:]' '[:lower:]'
- name: Print tag - name: Print tag
run: echo ${{ steps.tag_vars.outputs.IMAGE_NAME }} run: echo ${{ steps.tag_vars.outputs }}
- name: Docker retag - name: Docker retag
run: docker tag ubuntu:latest ${{ steps.tag_vars.outputs.IMAGE_NAME }}:latest run: docker tag ubuntu:latest ${{ steps.tag_vars.outputs.IMAGE_NAME }}:latest
- name: Docker push - name: Docker push