Skip to content

Commit f608515

Browse files
authored
fix build
1 parent ed05d40 commit f608515

2 files changed

Lines changed: 6 additions & 8 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,7 @@ jobs:
247247
push: true
248248
tags: ${{ steps.meta.outputs.tags }}
249249
labels: ${{ steps.meta.outputs.labels }}
250-
outputs: |
251-
type=image,name=target,
252-
annotation-index.org.opencontainers.image.description=DDNS alpine container,
253-
annotation-index.org.opencontainers.image.source=https://github.com/NewFuture/DDNS,
250+
outputs: type=image,name=target,\
251+
annotation-index.org.opencontainers.image.description=DDNS alpine container,\
252+
annotation-index.org.opencontainers.image.source=https://github.com/NewFuture/DDNS,\
254253
annotation-index.org.opencontainers.image.licenses=MIT

.github/workflows/publish.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,9 @@ jobs:
4949
push: true
5050
tags: ${{ steps.meta.outputs.tags }}
5151
labels: ${{ steps.meta.outputs.labels }}
52-
outputs: |
53-
type=image,name=target,
54-
annotation-index.org.opencontainers.image.description=DDNS alpine container,
55-
annotation-index.org.opencontainers.image.source=https://github.com/NewFuture/DDNS,
52+
outputs: type=image,name=target,\
53+
annotation-index.org.opencontainers.image.description=DDNS alpine container,\
54+
annotation-index.org.opencontainers.image.source=https://github.com/NewFuture/DDNS,\
5655
annotation-index.org.opencontainers.image.licenses=MIT
5756

5857

0 commit comments

Comments
 (0)