|
@@ -44,10 +44,10 @@ jobs:
|
|
|
|
|
|
- name: Build and push
|
|
- name: Build and push
|
|
id: docker_build
|
|
id: docker_build
|
|
- uses: docker/build-push-action@v2
|
|
|
|
|
|
+ uses: docker/build-push-action@v4
|
|
with:
|
|
with:
|
|
context: .
|
|
context: .
|
|
- push: ${{ github.event_name != 'pull_request' }}
|
|
|
|
|
|
+ push: ${{ true }}
|
|
tags: ${{ steps.meta.outputs.tags }}
|
|
tags: ${{ steps.meta.outputs.tags }}
|
|
|
|
|
|
- name: Image digest
|
|
- name: Image digest
|