parent
c41c9214b7
commit
4c3d3c18e4
1 changed files with 0 additions and 27 deletions
|
@ -7,33 +7,6 @@ on:
|
|||
- cron: '0 0 * * 1'
|
||||
jobs:
|
||||
build-container:
|
||||
runs-on: dind
|
||||
steps:
|
||||
-
|
||||
name: Install Node.js
|
||||
run: apk add nodejs npm
|
||||
-
|
||||
name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
with:
|
||||
config-inline: |
|
||||
[registry."docker.io"]
|
||||
mirrors = ["https://docker-cache.neshweb.net"]
|
||||
-
|
||||
name: Login to Docker Hub
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: forgejo.neshweb.net
|
||||
username: ${{ secrets.FORGEJO_USERNAME }}
|
||||
password: ${{ secrets.FORGEJO_TOKEN }}
|
||||
-
|
||||
name: Push to Package Registry
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
push: true
|
||||
tags: forgejo.neshweb.net/ci-docker-images/dind-bash:latest
|
||||
|
||||
build-container-fallback:
|
||||
runs-on: docker
|
||||
steps:
|
||||
-
|
||||
|
|
Loading…
Add table
Reference in a new issue