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

This commit is contained in:
renovate[bot] 2024-06-24 07:03:19 +00:00 committed by GitHub
parent 930bb95db0
commit 56f0fe31ac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -58,7 +58,7 @@ jobs:
username: ${{ secrets.DOCKERHUB_USER }} username: ${{ secrets.DOCKERHUB_USER }}
password: ${{ secrets.DOCKERHUB_TOKEN }} password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and Push Container - name: Build and Push Container
uses: docker/build-push-action@v5 uses: docker/build-push-action@v6
with: with:
tags: matterlabsrobot/vault-auth-tee:latest tags: matterlabsrobot/vault-auth-tee:latest
push: ${{ github.event_name == 'push' || github.event_name == 'schedule' }} push: ${{ github.event_name == 'push' || github.event_name == 'schedule' }}