Skip to content

Commit 166d587

Browse files
committed
Use production values for IMAGE_NAMES
1 parent 3dffa47 commit 166d587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
name: Builds new NetBox Docker Images
2525
env:
2626
GH_ACTION: enable
27-
IMAGE_NAMES: docker.io/tgenannt/netbox quay.io/tgenannt/netbox ghcr.io/tobiasge/netbox
27+
IMAGE_NAMES: docker.io/netboxcommunity/netbox quay.io/netboxcommunity/netbox ghcr.io/netbox-community/netbox
2828
steps:
2929
- id: source-checkout
3030
name: Checkout

0 commit comments

Comments
 (0)