Skip to content

Commit

Permalink
fix docker path (#39)
Browse files Browse the repository at this point in the history
* refactor for template repo gitops workflow

* refactor for template repo gitops workflow

* refactor for template repo gitops workflow

* refactor for template repo gitops workflow

* refactor for template repo gitops workflow

* fix path to docker context
  • Loading branch information
usrbinkat authored Jan 18, 2024
1 parent a0555d8 commit 0798893
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
uses: docker/build-push-action@v5
with:
push: true
context: .
file: Dockerfile
context: docker
file: docker/Dockerfile
platforms: linux/amd64,linux/arm64
tags: 'ghcr.io/${{ github.repository_owner }}/devcontainer:latest'

0 comments on commit 0798893

Please sign in to comment.