Skip to content

Commit 1d22e4b

Browse files
authored
Rename image from Scrutiny Omnibus to Scrutiny NX
1 parent a586b5c commit 1d22e4b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-and-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build & Publish Scrutiny Omnibus Image
1+
name: Build & Publish Scrutiny NX Omnibus Image
22

33
on:
44
push:
@@ -38,5 +38,5 @@ jobs:
3838
file: docker/omnibus/Dockerfile
3939
push: true
4040
tags: |
41-
ghcr.io/${{ github.repository_owner }}/scrutiny:omnibus
42-
ghcr.io/${{ github.repository_owner }}/scrutiny:latest
41+
ghcr.io/${{ github.repository_owner }}/scrutiny-nx:omnibus
42+
ghcr.io/${{ github.repository_owner }}/scrutiny-nx:latest

0 commit comments

Comments
 (0)