We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 923dec7 commit 0c119f8Copy full SHA for 0c119f8
.github/workflows/make-release.yaml
@@ -29,7 +29,7 @@ jobs:
29
with:
30
context: .
31
push: true
32
- tags: ghcr.io/shift-left-netconfig/netpol-synth:${{ github.event.inputs.version }}
+ tags: ghcr.io/np-guard/netpol-synth:${{ github.event.inputs.version }}
33
34
- name: Create and push a new git tag
35
run: |
0 commit comments