Skip to content

Commit 999e819

Browse files
committed
fix docker tagging
1 parent 8420e56 commit 999e819

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/docker-latest.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,4 @@ jobs:
2525
context: .
2626
platforms: linux/amd64,linux/arm64
2727
push: true
28-
tags:
29-
- dannyben/bashly
30-
- dannyben/bashly:${{ env.TAG }}
28+
tags: dannyben/bashly,dannyben/bashly:${{ env.TAG }}

0 commit comments

Comments
 (0)