This commit is contained in:
parent
885bf5c4b3
commit
33d5dfab3f
@ -9,7 +9,7 @@ jobs:
|
|||||||
docker:
|
docker:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
arch: ['git.fascinated.cc/fascinated/gitea-runner:ubuntu-latest']
|
arch: ['git.fascinated.cc/fascinated/gitea-runner:latest']
|
||||||
git-version: ['2.38.4']
|
git-version: ['2.38.4']
|
||||||
runs-on: ${{ matrix.arch }}
|
runs-on: ${{ matrix.arch }}
|
||||||
container: node:19-bullseye
|
container: node:19-bullseye
|
||||||
@ -17,13 +17,6 @@ jobs:
|
|||||||
- name: checkout
|
- name: checkout
|
||||||
uses: https://github.com/actions/checkout@v3
|
uses: https://github.com/actions/checkout@v3
|
||||||
|
|
||||||
#- name: Download docker
|
|
||||||
# if: steps.cache-docker.outputs.cache-hit != 'true'
|
|
||||||
# run: |
|
|
||||||
# wget -q -O /tmp/docker.tgz https://download.docker.com/linux/static/stable/x86_64/docker-20.10.23.tgz \
|
|
||||||
# && tar --extract --file /tmp/docker.tgz --directory /usr/bin --strip-components 1 --no-same-owner docker/docker \
|
|
||||||
# && rm -rf /tmp/*
|
|
||||||
|
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: https://github.com/docker/setup-buildx-action@v2
|
uses: https://github.com/docker/setup-buildx-action@v2
|
||||||
|
|
||||||
@ -34,6 +27,11 @@ jobs:
|
|||||||
username: ${{ secrets.REPO_USERNAME }}
|
username: ${{ secrets.REPO_USERNAME }}
|
||||||
password: ${{ secrets.REPO_TOKEN }}
|
password: ${{ secrets.REPO_TOKEN }}
|
||||||
|
|
||||||
|
- name: Setup Node 19
|
||||||
|
uses: actions/setup-node@v2
|
||||||
|
with:
|
||||||
|
node-version: 19.x
|
||||||
|
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v4
|
uses: docker/build-push-action@v4
|
||||||
with:
|
with:
|
||||||
|
Reference in New Issue
Block a user