Skip to content

Commit

Permalink
build: use latest stable release
Browse files Browse the repository at this point in the history
  • Loading branch information
gsanchietti committed Sep 27, 2023
1 parent d307d62 commit fd303aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ images=()
repobase="${REPOBASE:-ghcr.io/nethserver}"
# Configure the image name
reponame="nethsecurity-controller"
tag=${IMAGE_TAG:-latest}
tag=${IMAGE_TAG:-0.0.1}

# Create a new empty container image
container=$(buildah from scratch)
Expand Down

0 comments on commit fd303aa

Please sign in to comment.