Next test with debian node image
Some checks failed
Publish Docker rootless image / Push Docker image to Docker Hub (push) Failing after 3m51s
Publish Docker image / Push Docker image to Docker Hub (push) Failing after 39s

This commit is contained in:
Aroy-Art 2024-05-22 23:39:11 +02:00
parent a818722fd2
commit dc21ee9b3b
Signed by: Aroy
GPG key ID: DB9689E9391DD156

View file

@ -8,9 +8,9 @@ on:
jobs:
push_to_registry:
name: Push Docker image to Docker Hub
runs-on: ubuntu-22.04
#container:
# image: docker:latest
runs-on: docker
container:
image: node:20-bullseye
steps:
- name: Check out the repo
uses: actions/checkout@v2