Update docker/build-push-action action to v6

This commit is contained in:
renovate[bot]
2024-12-15 21:51:25 +00:00
committed by GitHub
parent 7fb6a04f12
commit 63070bdd07
+1 -1
View File
@@ -24,7 +24,7 @@ jobs:
username: ${{ github.repository_owner }} username: ${{ github.repository_owner }}
password: ${{ secrets.GH_ACCESS_TOKEN }} password: ${{ secrets.GH_ACCESS_TOKEN }}
- name: Build and push - name: Build and push
uses: docker/build-push-action@v5 uses: docker/build-push-action@v6
with: with:
context: ./ context: ./
platforms: linux/amd64,linux/arm64 platforms: linux/amd64,linux/arm64