Skip to content

Commit b6c99e9

Browse files
authored
Merge pull request #1 from alodex/03kalven/update-github-actions
Update GitHub Actions workflows for repository forking
2 parents 6f12850 + d2aab5d commit b6c99e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
- name: Build and Push
112112
if: github.ref == 'refs/heads/main'
113113
run: |
114-
BASE=ghcr.io/coder/envbuilder-preview
114+
BASE=ghcr.io/${{ github.repository_owner }}/${{ github.repository }}-preview
115115
116116
./scripts/build.sh \
117117
--arch=amd64 \

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: Build and Push
6060
env:
6161
VERSION: "${{ steps.get-version.outputs.ENVBUILDER_VERSION }}"
62-
BASE: "ghcr.io/coder/envbuilder"
62+
BASE: "ghcr.io/${{ github.repository_owner }}/${{ github.repository }}"
6363
run: |
6464
./scripts/build.sh \
6565
--arch=amd64 \

0 commit comments

Comments
 (0)