Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
fix path to docker context
Browse files Browse the repository at this point in the history
  • Loading branch information
usrbinkat committed Jan 18, 2024
1 parent 379e604 commit e7a6981
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 e7a6981

Please sign in to comment.