Suppress yamllint warnings (#61)

* Supress yamllint warnings

* Attempt 2
This commit is contained in:
Franck Nijhof 2021-01-17 23:20:28 +01:00 committed by GitHub
parent 875460d461
commit 760105343b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -119,9 +119,11 @@ jobs:
uses: docker/build-push-action@v2.2.2
with:
push: true
# yamllint disable rule:line-length
tags: |
ghcr.io/hassio-addons/${{ needs.information.outputs.slug }}/${{ matrix.architecture }}:${{ needs.information.outputs.environment }}
ghcr.io/hassio-addons/${{ needs.information.outputs.slug }}/${{ matrix.architecture }}:${{ needs.information.outputs.version }}
# yamllint enable rule:line-length
context: ${{ needs.information.outputs.target }}
file: ${{ needs.information.outputs.target }}/Dockerfile
cache-from: |