From 2fbf13ce373776ed7edf7c37ebd11a788d562849 Mon Sep 17 00:00:00 2001 From: Arseniy Hodyrev <71788958+SeninoSeno@users.noreply.github.com> Date: Sat, 16 Dec 2023 01:38:02 +0500 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 38fd3c9..72307a8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,7 +27,7 @@ jobs: - name: Build and export to Docker uses: docker/build-push-action@v5 with: - context: ./mysite + context: ./pokeapi/mysite load: true tags: ${{ env.TEST_TAG }} - name: Test @@ -36,7 +36,7 @@ jobs: - name: Build and push uses: docker/build-push-action@v5 with: - context: ./mysite + context: ./pokeapi/mysite platforms: linux/amd64,linux/arm64 push: true tags: ${{ env.LATEST_TAG }}