Skip to content

Commit

Permalink
adapted paths
Browse files Browse the repository at this point in the history
  • Loading branch information
turnmanh committed May 23, 2024
1 parent 3e77350 commit 213b466
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-ghcr.yaml
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@v3
with:
context: ./.devcontainer
file: ./Dockerfile
context: .devcontainer
file: .devcontainer/Dockerfile
push: true
tags: ghcr.io/${{ github.repository }}/base-image-devcontainer:latest
build-args: |
Expand Down

0 comments on commit 213b466

Please sign in to comment.