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:
parent
d005c916f1
commit
54ec4fe7d8
1 changed files with 3 additions and 3 deletions
6
.github/workflows/docker-build-push.yml
vendored
6
.github/workflows/docker-build-push.yml
vendored
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue