1
0
Fork 1
mirror of https://github.com/elk-zone/elk.git synced 2024-10-01 16:30:00 +01:00

chore(deps): update docker/build-push-action action to v6 (#2892)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-06-24 12:00:20 +09:00 committed by GitHub
parent 0d84257ac0
commit f224acb4e2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -35,7 +35,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ github.token }}
- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
platforms: linux/amd64,linux/arm64