Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SeninoSeno authored Dec 15, 2023
1 parent 2b234a1 commit 2fbf13c
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: ./mysite
context: ./pokeapi/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: ./mysite
context: ./pokeapi/mysite
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ env.LATEST_TAG }}

0 comments on commit 2fbf13c

Please sign in to comment.