Skip to content

Commit 7ed4495

Browse files
committed
fix tags formatting
1 parent 62ba986 commit 7ed4495

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-image.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ jobs:
4343
file: Dockerfile.ghrocker
4444
load: true
4545
push: true
46-
tags:
47-
- ghcr.io/tfoote/ghrocker/ghrocker:latest
48-
- ghcr.io/tfoote/ghrocker/ghrocker:${{ steps.date.outputs.date }}
46+
tags: |
47+
ghcr.io/tfoote/ghrocker/ghrocker:latest
48+
ghcr.io/tfoote/ghrocker/ghrocker:${{ steps.date.outputs.date }}
4949
cache-from: type=gha
5050
cache-to: type=gha,mode=max

0 commit comments

Comments
 (0)