We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6f12850 + d2aab5d commit b6c99e9Copy full SHA for b6c99e9
.github/workflows/ci.yaml
@@ -111,7 +111,7 @@ jobs:
111
- name: Build and Push
112
if: github.ref == 'refs/heads/main'
113
run: |
114
- BASE=ghcr.io/coder/envbuilder-preview
+ BASE=ghcr.io/${{ github.repository_owner }}/${{ github.repository }}-preview
115
116
./scripts/build.sh \
117
--arch=amd64 \
.github/workflows/release.yaml
@@ -59,7 +59,7 @@ jobs:
59
60
env:
61
VERSION: "${{ steps.get-version.outputs.ENVBUILDER_VERSION }}"
62
- BASE: "ghcr.io/coder/envbuilder"
+ BASE: "ghcr.io/${{ github.repository_owner }}/${{ github.repository }}"
63
64
65
0 commit comments