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

This commit is contained in:
Tanguy Herbron 2023-08-05 13:11:48 +02:00
parent cbc3169775
commit e2247510e3

View File

@ -8,15 +8,15 @@ on:
jobs: jobs:
build: build:
container: container:
image: ubuntu:latest image: node:latest
runs-on: [arm64] runs-on: [arm64]
steps: steps:
- 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: Docker login #- name: Docker login
run: docker login ${{ GITHUB_SERVER_URL }} -u ${{ GITHUB_REPOSITORY_OWNER }} --password not-a-password # run: docker login ${{ GITHUB_SERVER_URL }} -u ${{ GITHUB_REPOSITORY_OWNER }} --password not-a-password
- 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: