fix: incorrect List format [docker build]

https://github.com/docker/build-push-action#inputs
pull/243/head
Josh Moore 1 year ago
parent 92e3efb2a3
commit 4ce222dc25

@ -59,9 +59,9 @@ jobs:
push: true
build-args: |
COMMIT_TAG=${{ github.sha }}
tags:
- tycrek/ass:latest
- tycrek:ass:$SHORT_COMMIT_HASH
tags: |
tycrek/ass:latest
tycrek:ass:$SHORT_COMMIT_HASH
discord:
name: Send Discord Notification

Loading…
Cancel
Save