fixes
Some checks failed
docker (ubuntu-latest, 2.38.4)

This commit is contained in:
Lee 2023-03-27 22:31:11 +01:00
parent 15097fdd52
commit 1a9ae521f1
2 changed files with 2 additions and 7 deletions

@ -12,7 +12,6 @@ jobs:
arch: ['ubuntu-latest'] arch: ['ubuntu-latest']
git-version: ['2.38.4'] git-version: ['2.38.4']
runs-on: ${{ matrix.arch }} runs-on: ${{ matrix.arch }}
#container: node:19-alpine
steps: steps:
- name: checkout - name: checkout
uses: https://github.com/actions/checkout@v3 uses: https://github.com/actions/checkout@v3
@ -33,9 +32,9 @@ jobs:
username: ${{ secrets.REPO_USERNAME }} username: ${{ secrets.REPO_USERNAME }}
password: ${{ secrets.REPO_TOKEN }} password: ${{ secrets.REPO_TOKEN }}
- name: Build and push - name: Build and push (Node 18.x)
uses: docker/build-push-action@v4 uses: docker/build-push-action@v4
with: with:
push: true push: true
context: ./gitea-runner context: ./gitea-runner
tags: git.fascinated.cc/fascinated/gitea-runner:latest tags: git.fascinated.cc/fascinated/gitea-runner:node-18

@ -1,4 +0,0 @@
FROM docker:stable
# Install packages
RUN apk add --no-cache curl wget git