Merge pull request #607 from nextcloud/dependabot/github_actions/docker/build-push-action-3

Bump docker/build-push-action from 2 to 3
This commit is contained in:
Simon L 2022-05-09 19:25:26 +02:00 committed by GitHub
commit e5acc9a108
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,7 +45,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }} password: ${{ secrets.GITHUB_TOKEN }}
- name: Build container image - name: Build container image
uses: docker/build-push-action@v2 uses: docker/build-push-action@v3
with: with:
push: true push: true
context: 'psalm-github-actions' context: 'psalm-github-actions'