Skip to content

Commit

Permalink
change main.yml for project structure
Browse files Browse the repository at this point in the history
  • Loading branch information
SeninoSeno committed Dec 16, 2023
1 parent 648292a commit c9cb8a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Build and export to Docker
uses: docker/build-push-action@v5
with:
context: ./pokeapi/mysite
context: ./mysite
load: true
tags: ${{ env.TEST_TAG }}
- name: Test
Expand All @@ -36,7 +36,7 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v5
with:
context: ./pokeapi/mysite
context: ./mysite
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ env.LATEST_TAG }}

0 comments on commit c9cb8a1

Please sign in to comment.