0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-04-21 03:06:08 +02:00

Changed tag

Signed-off-by: Glaucio Campos <69731354+glauciocampos@users.noreply.github.com>
This commit is contained in:
Glaucio Campos 2023-05-14 20:42:42 -03:00 committed by GitHub
parent d005c916f1
commit 54ec4fe7d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,7 +36,7 @@ jobs:
context: ./24/apache
platforms: linux/amd64,linux/arm64
push: true
tags: glauciocampos/nextcloud-full:24-apache-latest
tags: glauciocampos/nextcloud:24-apache-$(cat /proc/sys/kernel/random/uuid)
-
name: Nextcloud 25 Apache
@ -45,7 +45,7 @@ jobs:
context: ./25/apache
platforms: linux/amd64,linux/arm64
push: true
tags: glauciocampos/nextcloud-full:25-apache-latest
tags: glauciocampos/nextcloud:25-apache-$(cat /proc/sys/kernel/random/uuid)
-
name: Nextcloud 26 Apache
@ -54,4 +54,4 @@ jobs:
context: ./26/apache
platforms: linux/amd64,linux/arm64
push: true
tags: glauciocampos/nextcloud-full:26-apache-latest
tags: glauciocampos/nextcloud:26-apache-$(cat /proc/sys/kernel/random/uuid)