We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a586b5c commit 1d22e4bCopy full SHA for 1d22e4b
.github/workflows/build-and-publish.yml
@@ -1,4 +1,4 @@
1
-name: Build & Publish Scrutiny Omnibus Image
+name: Build & Publish Scrutiny NX Omnibus Image
2
3
on:
4
push:
@@ -38,5 +38,5 @@ jobs:
38
file: docker/omnibus/Dockerfile
39
push: true
40
tags: |
41
- ghcr.io/${{ github.repository_owner }}/scrutiny:omnibus
42
- ghcr.io/${{ github.repository_owner }}/scrutiny:latest
+ ghcr.io/${{ github.repository_owner }}/scrutiny-nx:omnibus
+ ghcr.io/${{ github.repository_owner }}/scrutiny-nx:latest
0 commit comments