add setup node
docker / docker (push) Failing after 39s

This commit is contained in:
Ludovic Cartier
2025-01-03 19:50:31 +01:00
parent 723b537ff9
commit 0bed8f04ce
+14 -9
View File
@@ -8,27 +8,32 @@ on:
jobs:
docker:
runs-on: ubuntu-latest
#runs-on: ubuntu-latest
container:
image: debian:stable-slim
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: lts/iron
# temp debug
- run: |
node -v
npm i -g yarn npm-check-updates
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3.8.0
- uses: docker/setup-buildx-action@v3.8.0
- name: Login to Docker registry
uses: docker/login-action@v3.3.0
- uses: docker/login-action@v3.3.0
with:
registry: git.bbee.fr
username: ${{ var.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_API_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v6.10.0
- uses: docker/build-push-action@v6.10.0
env:
ACTIONS_RUNTIME_TOKEN: '' # See https://gitea.com/gitea/act_runner/issues/119
with: