1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-30 17:47:28 +01:00

chore(deps): update docker/build-push-action action to v4.1.0

This commit is contained in:
renovate[bot]
2023-06-09 10:56:27 +00:00
parent 5a713dc88c
commit d25f87390c
2 changed files with 2 additions and 2 deletions

View File

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

View File

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