dependabot[bot]
2 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
.github/workflows/build.yml
|
|
@ -43,7 +43,7 @@ jobs: |
|
|
|
esac; |
|
|
|
|
|
|
|
- name: build & push image |
|
|
|
uses: docker/build-push-action@v2.4.0 |
|
|
|
uses: docker/build-push-action@v4.0.0 |
|
|
|
with: |
|
|
|
context: . |
|
|
|
file: docker/alpine/Dockerfile |
|
|
|