mirror of
https://github.com/nicolargo/glances.git
synced 2025-01-09 03:28:03 +03:00
chore(deps): update docker/build-push-action action to v5
This commit is contained in:
parent
9211b39438
commit
c179f25248
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -137,7 +137,7 @@ jobs:
|
||||
password: ${{ secrets.DOCKER_TOKEN }}
|
||||
|
||||
- name: Build and push image
|
||||
uses: docker/build-push-action@v4
|
||||
uses: docker/build-push-action@v5
|
||||
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