Update docker/build-push-action action to v6

This commit is contained in:
renovate[bot]
2024-06-17 10:59:06 +00:00
committed by GitHub
parent e19b68ee83
commit ad76311f67

View File

@@ -24,7 +24,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }} password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push - name: Build and push
id: docker_build id: docker_build
uses: docker/build-push-action@v5 uses: docker/build-push-action@v6
with: with:
push: true push: true
tags: | tags: |