Skip to content

Commit

Permalink
setting path with context
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesdkelly88 committed Dec 3, 2023
1 parent e3f8b9b commit c63d232
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
with:
context: .
file: ./container-image/Dockerfile
context: container-image
file: ./Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit c63d232

Please sign in to comment.