Merge pull request #5 from nikdoof/renovate/docker-build-push-action-3.x

Update docker/build-push-action action to v3
This commit is contained in:
2022-06-08 18:45:06 +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@v2 uses: docker/build-push-action@v3
with: with:
push: true push: true
tags: | tags: |