Skip to content

Commit 64a05d1

Browse files
committed
Fixed php image name
1 parent d7138cb commit 64a05d1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

8.4/bookworm/apache/publish-image.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
PHP_VERSION=8.4
55

6-
image="ghcr.io/encrypted-execution/php-${PHP_VERSION}-${BUILD_TYPE}-apache-debian"
6+
image="ghcr.io/encrypted-execution/encrypted-php${PHP_VERSION}-apache-debian"
77

88
echo "$(date) Obtaining current git sha for tagging the docker image"
99
headsha=$(git rev-parse --verify HEAD)
@@ -14,7 +14,6 @@ echo "Pushing with commit tag..."
1414
docker push $image:$headsha
1515

1616
if [[ "$1" == "-g" ]]; then
17-
1817
echo "Pushing as latest tag..."
1918
docker tag $image:$headsha $image:latest
2019
docker push $image:latest

0 commit comments

Comments
 (0)