Skip to content

Commit 9789934

Browse files
committed
Fix CI
1 parent 160f88f commit 9789934

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/push-to-github-packages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ jobs:
4545
- name: Build and push Docker image
4646
uses: docker/build-push-action@v5
4747
with:
48-
context: ./osu.Server.Spectator
49-
file: ./osu.Server.Spectator/Dockerfile
48+
context: .
49+
file: ./Dockerfile
5050
tags: ${{ steps.meta.outputs.tags }}
5151
labels: ${{ steps.meta.outputs.labels }}
5252
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)