Skip to content

Commit ed05d40

Browse files
authored
fix build
1 parent d560146 commit ed05d40

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ jobs:
248248
tags: ${{ steps.meta.outputs.tags }}
249249
labels: ${{ steps.meta.outputs.labels }}
250250
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,\
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,
254254
annotation-index.org.opencontainers.image.licenses=MIT

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ jobs:
5050
tags: ${{ steps.meta.outputs.tags }}
5151
labels: ${{ steps.meta.outputs.labels }}
5252
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,\
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,
5656
annotation-index.org.opencontainers.image.licenses=MIT
5757
5858

0 commit comments

Comments
 (0)