Merge pull request #34 from nikdoof/renovate/docker-build-push-action-6.x

Update docker/build-push-action action to v6
This commit is contained in:
2024-07-26 10:53:57 +01:00
committed by GitHub

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@v4 uses: docker/build-push-action@v6
with: with:
push: true push: true
tags: | tags: |