Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.

Commit 5b5a2da

Browse files
committed
[ci] Fix Docker context and file path
1 parent 5155710 commit 5b5a2da

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ jobs:
4444
- name: Build and push
4545
uses: docker/build-push-action@v3
4646
with:
47-
context: images/base
48-
file: ./images/base/Dockerfile
47+
context: .
48+
file: ./Dockerfile
4949
platforms: linux/amd64
5050
push: true
5151
tags: registry.floofy.dev/noelware/charted/coder:latest

0 commit comments

Comments
 (0)