Skip to content

Commit

Permalink
Fix default context
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentaTomas committed Oct 26, 2023
1 parent e5f25e7 commit 29cd891
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,8 @@ jobs:
- name: Build and Push
uses: docker/build-push-action@v3
with:
context: "{{defaultContext}}"
push: true
file: "{context}/api.Dockerfile"
file: "api.Dockerfile"
tags: ${{ env.IMAGE_TAG }}
cache-from: type=gha,scope=api
cache-to: type=gha,scope=api

0 comments on commit 29cd891

Please sign in to comment.