pipeline runner
Some checks failed
Image builder / build (push) Failing after 38s

This commit is contained in:
Tanguy Herbron 2023-08-06 01:33:06 +02:00
parent 3e1b92eddc
commit 4a43151b77

View File

@ -23,6 +23,6 @@ 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: Build and push - name: Build and push
uses: https://gitea.com/docker/build-push-action@v4 uses: https://github.com/docker/build-push-action@v4
#tags: ${{ steps.tag_vars.outputs.IMAGE_NAME }}:debian12.1-node18 #tags: ${{ steps.tag_vars.outputs.IMAGE_NAME }}:debian12.1-node18