Skip to content

Commit 941004b

Browse files
authored
Merge pull request #16 from metno/15-push-images-to-project-level-registry
Push to metno/forti instead of metno
2 parents d2c6f31 + 321df11 commit 941004b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- xmlfrontend
2222
env:
2323
ACR_IMAGE: fortiregistry.azurecr.io/${{ matrix.service }}:${{ github.run_id }}
24-
GHCR_IMAGE: ghcr.io/${{ github.repository_owner }}/forti-${{ matrix.service }}:${{ github.run_id }}
24+
GHCR_IMAGE: ghcr.io/${{ github.repository }}/${{ matrix.service }}:${{ github.run_id }}
2525
steps:
2626
- uses: actions/checkout@v4
2727
- name: Login to ACR

.github/workflows/devcontainer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
env:
1111
ACR_IMAGE: fortiregistry.azurecr.io/devcontainer:latest
12-
GHCR_IMAGE: ghcr.io/${{ github.repository_owner }}/forti-devcontainer:latest
12+
GHCR_IMAGE: ghcr.io/${{ github.repository }}/devcontainer:latest
1313
steps:
1414
- uses: actions/checkout@v4
1515
- name: Login to ACR

0 commit comments

Comments
 (0)