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