Skip to content

Commit

Permalink
update docker img tag
Browse files Browse the repository at this point in the history
  • Loading branch information
haobibo committed Sep 14, 2024
1 parent 49164f5 commit 4e5fdfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
VER=$(date +%Y.%m%d.%H%M)${TAG_SUFFIX};
build_image_no_tag supervisord "ubuntu-${VER}" src/supervisord.Dockerfile --build-arg "BASE_NAMESPACE=library" --build-arg "BUILD_IMG=golang:alpine" --build-arg "BASE_IMG=alpine"
build_image_no_tag supervisord "alpine-${VER}" src/supervisord.Dockerfile --build-arg "BASE_NAMESPACE=qpod" --build-arg "BUILD_IMG=go:latest" --build-arg "BASE_IMG=ubuntu"
alias_image supervisord "ubuntu-${VER}" supervisord latest
docker tag "${IMG_PREFIX}/supervisord:ubuntu-${VER}" "${IMG_PREFIX}/supervisord:latest" ;
push_image supervisord
build_binary:
Expand Down

0 comments on commit 4e5fdfb

Please sign in to comment.