debug
docker / docker (push) Failing after 7s

This commit is contained in:
Ludovic Cartier
2025-01-03 19:57:39 +01:00
parent 34524c4231
commit f3d2044cff
+30 -30
View File
@@ -12,35 +12,35 @@ jobs:
container: container:
image: debian:stable-slim image: debian:stable-slim
steps: steps:
# - uses: actions/setup-node@v4 - uses: actions/setup-node@v4
with:
node-version: lts
# temp debug
- run: |
node -v
npm i -g yarn npm-check-updates
# - uses: actions/checkout@v4
# with: # with:
# node-version: lts/iron # fetch-depth: 0
# #
# # temp debug # - uses: docker/setup-buildx-action@v3.8.0
# - run: | #
# node -v # - uses: docker/login-action@v3.3.0
# npm i -g yarn npm-check-updates # with:
# registry: git.bbee.fr
- uses: actions/checkout@v2 # username: ${{ var.DOCKER_USERNAME }}
with: # password: ${{ secrets.DOCKER_API_TOKEN }}
fetch-depth: 0 #
# - uses: docker/build-push-action@v6.10.0
- uses: docker/setup-buildx-action@v3.8.0 # env:
# ACTIONS_RUNTIME_TOKEN: '' # See https://gitea.com/gitea/act_runner/issues/119
- uses: docker/login-action@v3.3.0 # with:
with: # context: .
registry: git.bbee.fr # file: ./Dockerfile
username: ${{ var.DOCKER_USERNAME }} # platforms: |
password: ${{ secrets.DOCKER_API_TOKEN }} # linux/amd64
# linux/arm64
- uses: docker/build-push-action@v6.10.0 # push: true
env: # tags: git.bbee.fr/${{ github.repository }}:latest
ACTIONS_RUNTIME_TOKEN: '' # See https://gitea.com/gitea/act_runner/issues/119
with:
context: .
file: ./Dockerfile
platforms: |
linux/amd64
linux/arm64
push: true
tags: git.bbee.fr/${{ github.repository }}:latest