Skip to content

Commit

Permalink
add example for no_push
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt committed Oct 2, 2022
1 parent 9cbe094 commit 7967606
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions publi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
# publish container image to ghcr.io registry and tag with full tag, short tag and latest tag
# usage: `bash publi.sh 21.11.1-105`
# if latest tag shouldn't be added, use: `SRL_LATEST=no bash publi.sh 21.11.1-105`
# to just create container images out of the tar.xz archive without pushing them to the registry:
# use `NO_PUSH=true bash publi.sh 21.11.1-105`

#!/bin/bash
set -e
Expand Down

0 comments on commit 7967606

Please sign in to comment.