Merge pull request #1877 from nextcloud/dependabot/github_actions/docker/build-push-action-4

Bump docker/build-push-action from 3 to 4
This commit is contained in:
Simon L 2023-01-31 19:01:34 +01:00 committed by GitHub
commit f90dded674
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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