mirror of
https://github.com/cupcakearmy/docker-static.git
synced 2024-12-21 07:46:30 +00:00
try with comma
This commit is contained in:
parent
d0cbba385d
commit
bea16c129b
4
.github/workflows/trial.yml
vendored
4
.github/workflows/trial.yml
vendored
@ -3,6 +3,8 @@ name: trial
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
# schedule:
|
||||
# - cron: 0 3 * * 1
|
||||
# push:
|
||||
# tags:
|
||||
# - "v*.*.*"
|
||||
@ -58,7 +60,7 @@ jobs:
|
||||
cupcakearmy/static
|
||||
ghcr.io/${{ github.repository }}
|
||||
tags: ${{ matrix.tags }}
|
||||
sep-tags: ";"
|
||||
sep-tags: ","
|
||||
|
||||
- name: Build and push
|
||||
id: docker_build
|
||||
|
@ -24,7 +24,7 @@ function convert(version, additional = []) {
|
||||
return {
|
||||
version,
|
||||
// https://github.com/docker/metadata-action#typeraw
|
||||
tags: [version, ...additional].map((t) => `type=raw,value=${t}`).join(';'),
|
||||
tags: [version, ...additional].join(','),
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user