Update docker/build-push-action action to v5

This commit is contained in:
renovate[bot]
2023-09-12 08:17:13 +00:00
committed by GitHub
parent 75919a1d78
commit 2c44f9e02f
+1 -1
View File
@@ -24,7 +24,7 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GH_ACCESS_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: ./
platforms: linux/amd64,linux/arm64