mirror of
https://github.com/cupcakearmy/docker-static.git
synced 2024-12-22 00:06:31 +00:00
try with newlinw
This commit is contained in:
parent
bea16c129b
commit
9f7b912536
4
.github/workflows/trial.yml
vendored
4
.github/workflows/trial.yml
vendored
@ -4,7 +4,7 @@ on:
|
|||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
# schedule:
|
# schedule:
|
||||||
# - cron: 0 3 * * 1
|
# - cron: "0 3 * * 1"
|
||||||
# push:
|
# push:
|
||||||
# tags:
|
# tags:
|
||||||
# - "v*.*.*"
|
# - "v*.*.*"
|
||||||
@ -60,7 +60,7 @@ jobs:
|
|||||||
cupcakearmy/static
|
cupcakearmy/static
|
||||||
ghcr.io/${{ github.repository }}
|
ghcr.io/${{ github.repository }}
|
||||||
tags: ${{ matrix.tags }}
|
tags: ${{ matrix.tags }}
|
||||||
sep-tags: ","
|
# sep-tags: ","
|
||||||
|
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
id: docker_build
|
id: docker_build
|
||||||
|
@ -24,7 +24,7 @@ function convert(version, additional = []) {
|
|||||||
return {
|
return {
|
||||||
version,
|
version,
|
||||||
// https://github.com/docker/metadata-action#typeraw
|
// https://github.com/docker/metadata-action#typeraw
|
||||||
tags: [version, ...additional].join(','),
|
tags: [version, ...additional].join('\n'),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user