parent
15097fdd52
commit
1a9ae521f1
@ -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
|
|
Loading…
Reference in New Issue
Block a user