parent
15097fdd52
commit
1a9ae521f1
@ -12,7 +12,6 @@ jobs:
|
||||
arch: ['ubuntu-latest']
|
||||
git-version: ['2.38.4']
|
||||
runs-on: ${{ matrix.arch }}
|
||||
#container: node:19-alpine
|
||||
steps:
|
||||
- name: checkout
|
||||
uses: https://github.com/actions/checkout@v3
|
||||
@ -33,9 +32,9 @@ jobs:
|
||||
username: ${{ secrets.REPO_USERNAME }}
|
||||
password: ${{ secrets.REPO_TOKEN }}
|
||||
|
||||
- name: Build and push
|
||||
- name: Build and push (Node 18.x)
|
||||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
push: true
|
||||
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
|
Loading…
Reference in New Issue
Block a user