Update docker/build-push-action action to v3

This commit is contained in:
Renovate Bot
2022-06-08 17:44:15 +00:00
parent 5ca7ca5412
commit d3968903af

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: |