We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 160f88f commit 9789934Copy full SHA for 9789934
1 file changed
.github/workflows/push-to-github-packages.yml
@@ -45,8 +45,8 @@ jobs:
45
- name: Build and push Docker image
46
uses: docker/build-push-action@v5
47
with:
48
- context: ./osu.Server.Spectator
49
- file: ./osu.Server.Spectator/Dockerfile
+ context: .
+ file: ./Dockerfile
50
tags: ${{ steps.meta.outputs.tags }}
51
labels: ${{ steps.meta.outputs.labels }}
52
platforms: linux/amd64,linux/arm64
0 commit comments