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 }}