|
@@ -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@16ebe778df0e7752d2cfcbd924afdbbd89c1a755
|
|
|
|
|
|
+ uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85
|
|
with:
|
|
with:
|
|
context: .
|
|
context: .
|
|
push: ${{ github.event_name != 'pull_request' }}
|
|
push: ${{ github.event_name != 'pull_request' }}
|