mirror of
https://github.com/nicolargo/glances.git
synced 2024-11-24 13:23:12 +03:00
chore(deps): update docker/build-push-action action to v4
This commit is contained in:
parent
ed20ae7230
commit
03fb96cb9d
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -136,7 +136,7 @@ jobs:
|
||||
password: ${{ secrets.DOCKER_TOKEN }}
|
||||
|
||||
- name: Build and push image
|
||||
uses: docker/build-push-action@v3
|
||||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
push: ${{ env.PUSH_BRANCH == 'true' }}
|
||||
tags: "${{ env.DEFAULT_DOCKER_IMAGE }}:${{ matrix.os != 'alpine' && format('{0}-', matrix.os) || '' }}${{ matrix.tag.tag }}"
|
||||
|
Loading…
Reference in New Issue
Block a user