From 11497f8cc4c3a8a424776a038036b7d8d6833780 Mon Sep 17 00:00:00 2001 From: Nicolas Caron Date: Wed, 20 Mar 2024 11:52:33 +0100 Subject: [PATCH] test --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7a3a8cf..82e7891 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,10 +10,10 @@ jobs: build-and-push: runs-on: ubuntu-latest container: - image: ghcr.io/catthehacker/ubuntu:act-latest + image: docker:latest steps: - - name: Checkout repository - uses: actions/checkout@v2 + # - name: Checkout repository + # uses: actions/checkout@v2 - name: Build and Push Docker Image