Compare commits

...

1 commit

Author SHA1 Message Date
renovate[bot] efb7e638f3
Update docker/build-push-action action to v3.1.1 2022-08-05 14:16:57 +00:00

View file

@ -38,7 +38,7 @@ jobs:
type=semver,pattern={{major}}.{{minor}} type=semver,pattern={{major}}.{{minor}}
type=sha type=sha
- name: Build and push Docker image - name: Build and push Docker image
uses: docker/build-push-action@v3.1.0 uses: docker/build-push-action@v3.1.1
with: with:
context: . context: .
push: true push: true