Skip to content

Commit

Permalink
CI: doesn't accept commas in tags list (#470)
Browse files Browse the repository at this point in the history
  • Loading branch information
TriplEight committed Mar 11, 2021
1 parent 479ef90 commit 8c9bbe9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-release-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: redhat-actions/buildah-build@v2.2
with:
image: substrate-api-sidecar
tags: ${{ github.event.release.tag_name }}, latest
tags: ${{ github.event.release.tag_name }} latest
dockerfiles: |
./Dockerfile
build-args: |
Expand All @@ -31,7 +31,7 @@ jobs:
with:
registry: docker.io/parity
image: substrate-api-sidecar
tags: ${{ github.event.release.tag_name }}, latest
tags: ${{ github.event.release.tag_name }} latest
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

Expand Down

0 comments on commit 8c9bbe9

Please sign in to comment.