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 12:30:14 +02:00
parent 0db348f0d2
commit bb6eba90f2

View File

@ -16,7 +16,7 @@ jobs:
id: tag_vars id: tag_vars
run: echo "IMAGE_NAME=$(echo $GITHUB_SERVER_URL/$GITHUB_REPOSITORY | tr '[:upper:]' '[:lower:]' | cut -d '/' -f3-)" >> $GITHUB_OUTPUT run: echo "IMAGE_NAME=$(echo $GITHUB_SERVER_URL/$GITHUB_REPOSITORY | tr '[:upper:]' '[:lower:]' | cut -d '/' -f3-)" >> $GITHUB_OUTPUT
- name: Docker login - name: Docker login
run: echo ${{ secrets.GITHUB_TOKEN }} | docker login ${{ GITHUB_SERVER_URL }} -u ${{ GITHUB_REPOSITORY_OWNER }} run: echo ${{ secrets.GITHUB_TOKEN }} | docker login ${{ GITHUB_SERVER_URL }} -u ${{ GITHUB_REPOSITORY_OWNER }} && docker pull ubuntu:latest && docker tag ubuntu:latest git.halis.io/athens-school/ubuntu:latest && docker push git.halis.io/athens-school/ubuntu:latest
- name: Docker pull - name: Docker pull
run: docker pull ubuntu:latest run: docker pull ubuntu:latest
- name: Var envs - name: Var envs