1
0
mirror of https://github.com/amir20/dozzle.git synced 2026-01-04 12:05:07 +01:00

Update docker/build-push-action action to v4 (#2026)

This commit is contained in:
renovate[bot]
2023-01-31 05:27:45 -08:00
committed by GitHub
parent c036debd17
commit 9378bb5f51
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build and push
uses: docker/build-push-action@v3.3.0
uses: docker/build-push-action@v4.0.0
with:
push: true
platforms: linux/amd64,linux/arm/v7,linux/arm64/v8