Bump docker/build-push-action from 3 to 4 #8

Open
dependabot[bot] wants to merge 1 commit from dependabot/github_actions/docker/build-push-action-4 into main
Showing only changes of commit 32a95d2e83 - Show all commits

View file

@ -31,7 +31,7 @@ jobs:
images: schmelczera/great-ai images: schmelczera/great-ai
- name: Build and push - name: Build and push
uses: docker/build-push-action@v3 uses: docker/build-push-action@v4
with: with:
push: true push: true
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}