Skip to content

Commit 4fb6288

Browse files
authored
fix(gha): correct docker image repo name (#1819)
sysdig-CLA-1.0-signed-off-by: Luca Guerra <[email protected]>
1 parent 8b53079 commit 4fb6288

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-final.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
push-final-images:
88
runs-on: ubuntu-latest
99
env:
10-
SYSDIG_IMAGE_BASE: ghcr.io/sysdig/sysdig
10+
SYSDIG_IMAGE_BASE: ghcr.io/draios/sysdig
1111
SYSDIG_DOCKERHUB_IMAGE_BASE: docker.io/sysdig/sysdig
1212
RELEASE: ${{ github.event.release.name }}
1313

0 commit comments

Comments
 (0)