Skip to content

Commit

Permalink
fix: incorrect List format [docker build]
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Moore committed Oct 14, 2023
1 parent 92e3efb commit 4ce222d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4ce222d

Please sign in to comment.