There was an error while loading. Please reload this page.
2 parents d2c6f31 + 321df11 commit 941004bCopy full SHA for 941004b
2 files changed
.github/workflows/build.yml
@@ -21,7 +21,7 @@ jobs:
21
- xmlfrontend
22
env:
23
ACR_IMAGE: fortiregistry.azurecr.io/${{ matrix.service }}:${{ github.run_id }}
24
- GHCR_IMAGE: ghcr.io/${{ github.repository_owner }}/forti-${{ matrix.service }}:${{ github.run_id }}
+ GHCR_IMAGE: ghcr.io/${{ github.repository }}/${{ matrix.service }}:${{ github.run_id }}
25
steps:
26
- uses: actions/checkout@v4
27
- name: Login to ACR
.github/workflows/devcontainer.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
11
ACR_IMAGE: fortiregistry.azurecr.io/devcontainer:latest
12
- GHCR_IMAGE: ghcr.io/${{ github.repository_owner }}/forti-devcontainer:latest
+ GHCR_IMAGE: ghcr.io/${{ github.repository }}/devcontainer:latest
13
14
15
0 commit comments