Skip to content

Commit

Permalink
CI: set docker context to current folder and specify path to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomognosis committed Apr 5, 2024
1 parent a999a15 commit c52689e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56
with:
context: scripts
context: .
file: scripts/Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit c52689e

Please sign in to comment.