re-enable all jobs & simplify action's version
docker / docker (push) Failing after 55s

This commit is contained in:
Ludovic Cartier
2025-01-03 20:07:52 +01:00
parent 3399fb60b0
commit 076d2adc07
+24 -31
View File
@@ -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