test
Build and Push Docker Image / checkout_repository (push) Failing after 54s Details

This commit is contained in:
Nicolas CARON 2024-03-21 11:07:04 +01:00
parent 74366a8cdb
commit 13680dba9b
1 changed files with 6 additions and 4 deletions

View File

@ -11,10 +11,6 @@ jobs:
runs-on: ubuntu-latest
container:
image: ghcr.io/catthehacker/ubuntu:act-latest
env:
- name: DOCKER_HOST
value: unix:///var/run/docker.sock
steps:
- name: Checkout Repository
@ -27,6 +23,12 @@ jobs:
username: ncaron
password: 6744954b4a3a43422e62e8d110f90de527ce094d
- name: Install Docker
run: curl -fsSL https://get.docker.com | sh
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Build and Push Docker Image
uses: docker/build-push-action@v2