This commit is contained in:
+24
-31
@@ -12,38 +12,31 @@ jobs:
|
|||||||
container:
|
container:
|
||||||
image: debian:stable-slim
|
image: debian:stable-slim
|
||||||
steps:
|
steps:
|
||||||
- run: |
|
- name: manually install nodeJS
|
||||||
|
run: |
|
||||||
apt update
|
apt update
|
||||||
apt install -y nodejs
|
apt install -y nodejs
|
||||||
# - uses: actions/setup-node@v4
|
|
||||||
# with:
|
|
||||||
# node-version: lts
|
|
||||||
|
|
||||||
# temp debug
|
- uses: actions/checkout@v4
|
||||||
- run: |
|
with:
|
||||||
node -v
|
fetch-depth: 0
|
||||||
npm i -g yarn npm-check-updates
|
|
||||||
|
|
||||||
# - uses: actions/checkout@v4
|
- uses: docker/setup-buildx-action@v3
|
||||||
# with:
|
|
||||||
# fetch-depth: 0
|
- uses: docker/login-action@v3
|
||||||
#
|
with:
|
||||||
# - uses: docker/setup-buildx-action@v3.8.0
|
registry: git.bbee.fr
|
||||||
#
|
username: ${{ var.DOCKER_USERNAME }}
|
||||||
# - uses: docker/login-action@v3.3.0
|
password: ${{ secrets.DOCKER_API_TOKEN }}
|
||||||
# with:
|
|
||||||
# registry: git.bbee.fr
|
- uses: docker/build-push-action@v6
|
||||||
# username: ${{ var.DOCKER_USERNAME }}
|
env:
|
||||||
# password: ${{ secrets.DOCKER_API_TOKEN }}
|
ACTIONS_RUNTIME_TOKEN: '' # See https://gitea.com/gitea/act_runner/issues/119
|
||||||
#
|
with:
|
||||||
# - uses: docker/build-push-action@v6.10.0
|
context: .
|
||||||
# env:
|
file: ./Dockerfile
|
||||||
# ACTIONS_RUNTIME_TOKEN: '' # See https://gitea.com/gitea/act_runner/issues/119
|
platforms: |
|
||||||
# with:
|
linux/amd64
|
||||||
# context: .
|
linux/arm64
|
||||||
# file: ./Dockerfile
|
push: true
|
||||||
# platforms: |
|
tags: git.bbee.fr/${{ github.repository }}:latest
|
||||||
# linux/amd64
|
|
||||||
# linux/arm64
|
|
||||||
# push: true
|
|
||||||
# tags: git.bbee.fr/${{ github.repository }}:latest
|
|
||||||
|
|||||||
Reference in New Issue
Block a user