Skip to content

Commit

Permalink
Update nginx_docker_build_push.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
atalyaalon authored Sep 5, 2023
1 parent e2c6b27 commit 466c421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/nginx_docker_build_push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ echo ANYWAY_IMG_URL="${SERVER}/${DOCKER_REPOSITORY_ANYWAY}" &&\
echo NGINX_IMG_URL="${SERVER}/${DOCKER_REPOSITORY_NGINX}" &&\
bin/docker_login.sh &&\
docker pull "${ANYWAY_IMG_URL}:${SHA_TAG}" &&\
docker tag "${ANYWAY_IMG_URL}:${SHA_TAG}" "docker.pkg.github.com/hasadna/anyway/anyway:latest" &&\
docker tag "${ANYWAY_IMG_URL}:${SHA_TAG}" "ghcr.io/data-for-change/anyway/anyway:latest" &&\
if docker pull "${NGINX_IMG_URL}:${REF_TAG}"; then
CACHE_FROM=" --cache-from ${NGINX_IMG_URL}:${REF_TAG} "
else
Expand Down

0 comments on commit 466c421

Please sign in to comment.