Skip to content

Commit

Permalink
correct context and dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
LiamGallagher737 committed Apr 15, 2024
1 parent 0a1640a commit 137c921
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v5
with:
context: .
context: /images
file: /images/Dockerfile
build-args: version=${{ matrix.version }} channel=${{ matrix.channel }}
push: true
cache-from: type=gha,scope=${{ matrix.version }}-${{ matrix.channel }}
Expand Down

0 comments on commit 137c921

Please sign in to comment.