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:
build:
container:
image: ubuntu:latest
image: node:latest
runs-on: [arm64]
steps:
- name: Make tag
id: tag_vars
run: echo "IMAGE_NAME=$(echo $GITHUB_SERVER_URL/$GITHUB_REPOSITORY | tr '[:upper:]' '[:lower:]' | cut -d '/' -f3-)" >> $GITHUB_OUTPUT
- name: Docker login
run: docker login ${{ GITHUB_SERVER_URL }} -u ${{ GITHUB_REPOSITORY_OWNER }} --password not-a-password
#- name: Docker login
# run: docker login ${{ GITHUB_SERVER_URL }} -u ${{ GITHUB_REPOSITORY_OWNER }} --password not-a-password
- name: Login to register
uses: https://gitea.com/docker/login-action@v2
with: