mirror of
https://github.com/nicolargo/glances.git
synced 2024-12-25 10:12:55 +03:00
Apply os on image tag
This commit is contained in:
parent
4295f6ee90
commit
e93adf5cad
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -138,7 +138,7 @@ jobs:
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
push: ${{ env.PUSH_BRANCH == 'true' }}
|
||||
tags: ${{ matrix.tag.tag }}
|
||||
tags: "${{ matrix.os != 'debian' && format('{0}-', matrix.os) || '' }}${{ matrix.tag.tag }}"
|
||||
build-args: |
|
||||
CHANGING_ARG=${{ github.sha }}
|
||||
context: .
|
||||
|
Loading…
Reference in New Issue
Block a user