From 03330ae9402f4c60faeaf75ea3d3dc95e114009a Mon Sep 17 00:00:00 2001 From: Nulo Date: Mon, 11 Mar 2024 10:57:34 -0300 Subject: [PATCH] a verrr --- .github/workflows/container.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 73cfbe2..9171776 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -70,8 +70,6 @@ jobs: contents: read packages: write steps: - - name: Checkout repository - uses: actions/checkout@v4 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 - name: Log in to the Container registry @@ -88,7 +86,7 @@ jobs: - name: Build and push Docker image uses: docker/build-push-action@v5 with: - context: scraper-rs/ + context: "{{defaultContext}}:scraper-rs/" file: Dockerfile push: true tags: ${{ steps.meta.outputs.tags }}