Merge pull request 'Update docker/build-push-action action to v6' (#16) from renovate/docker-build-push-action-6.x into master
Reviewed-on: #16
This commit is contained in:
commit
08a351c7a0
|
@ -43,7 +43,7 @@ jobs:
|
|||
username: ${{ secrets.DOCKER_USER }}
|
||||
password: ${{ secrets.DOCKER_PASS }}
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9 # v4
|
||||
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6
|
||||
with:
|
||||
platforms: linux/amd64,linux/arm64
|
||||
context: .
|
||||
|
|
Loading…
Reference in New Issue