Skip to content

Commit

Permalink
Wrong path for beta builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
soup-bowl committed Jan 30, 2023
1 parent 832c0c1 commit 472637a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
uses: docker/build-push-action@v2
with:
push: true
context: "{{defaultContext}}:build/${{ matrix.tag }}"
context: "{{defaultContext}}:beta/${{ matrix.tag }}"
tags: ghcr.io/soup-bowl/opensimulator-docker:${{ matrix.tag }}
platforms: linux/amd64

0 comments on commit 472637a

Please sign in to comment.