mirror of
https://github.com/nicolargo/glances.git
synced 2025-01-09 03:28:03 +03:00
Merge pull request #2545 from nicolargo/renovate/docker-build-push-action-5.x
chore(deps): update docker/build-push-action action to v5
This commit is contained in:
commit
51bb691f88
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