We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7138cb commit 64a05d1Copy full SHA for 64a05d1
8.4/bookworm/apache/publish-image.sh
@@ -3,7 +3,7 @@
3
4
PHP_VERSION=8.4
5
6
-image="ghcr.io/encrypted-execution/php-${PHP_VERSION}-${BUILD_TYPE}-apache-debian"
+image="ghcr.io/encrypted-execution/encrypted-php${PHP_VERSION}-apache-debian"
7
8
echo "$(date) Obtaining current git sha for tagging the docker image"
9
headsha=$(git rev-parse --verify HEAD)
@@ -14,7 +14,6 @@ echo "Pushing with commit tag..."
14
docker push $image:$headsha
15
16
if [[ "$1" == "-g" ]]; then
17
-
18
echo "Pushing as latest tag..."
19
docker tag $image:$headsha $image:latest
20
docker push $image:latest
0 commit comments