Skip to content

Commit

Permalink
context issue and steps not rightly named
Browse files Browse the repository at this point in the history
  • Loading branch information
kiloutyg committed Mar 21, 2024
1 parent 4e700fe commit c27ba5d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ jobs:
id: build-and-push-API
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
with:
context: ./API/dockerfileGHA
context: ./API
file: ./API/DockerfileGHA
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down Expand Up @@ -168,7 +169,8 @@ jobs:
id: build-and-push-FRONT
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
with:
context: ./FRONT/dockerfileGHA
context: ./FRONT
file: ./DockerfileGHA
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
/API/node_modules
/API/package-lock.json
/database*
/API/Docs/
/Docs/
.vscode
docker-compose.override.yml
docker-compose.override.yml

0 comments on commit c27ba5d

Please sign in to comment.