Skip to content

Commit 36f0d52

Browse files
committed
test again
1 parent ba83a8a commit 36f0d52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

image_mappings.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ IMAGE_NAME="geschke/php-fpm-swrm"
33

44
# Define an associative array that maps directory names to image tags
55
declare -A images=(
6-
["ubuntu-22.04"]="v8.1-fpm"
7-
["ubuntu-22.04-sury-8.2"]="v8.2-fpm-ubuntu22.04-sury"
6+
["ubuntu-22.04"]="8.1-fpm"
7+
["ubuntu-22.04-sury-8.2"]="8.2-fpm-ubuntu22.04-sury"
88

99
)

0 commit comments

Comments
 (0)