|
@@ -55,7 +55,7 @@ jobs:
|
|
# Build and push Docker image with Buildx (don't push on PR)
|
|
# Build and push Docker image with Buildx (don't push on PR)
|
|
# https://github.com/docker/build-push-action
|
|
# https://github.com/docker/build-push-action
|
|
- name: Build and push Docker image
|
|
- name: Build and push Docker image
|
|
- uses: docker/build-push-action@c382f710d39a5bb4e430307530a720f50c2d3318
|
|
|
|
|
|
+ uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003
|
|
with:
|
|
with:
|
|
context: .
|
|
context: .
|
|
push: ${{ github.event_name != 'pull_request' }}
|
|
push: ${{ github.event_name != 'pull_request' }}
|