pipeline runner
All checks were successful
S3 mount container image build / build (push) Successful in 29m32s

This commit is contained in:
Tanguy Herbron 2023-08-07 11:37:42 +02:00
parent 841ec72f48
commit 8690756411

View File

@ -14,6 +14,8 @@ jobs:
- name: Make tag - name: Make tag
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: Checkout repository
uses: actions/checkout@v3
- name: Login to register - name: Login to register
uses: https://gitea.com/docker/login-action@v2 uses: https://gitea.com/docker/login-action@v2
with: with: