Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bc1eded850 |
@@ -1,4 +1,4 @@
|
||||
name: Docker Build and Push
|
||||
name: Docker build and push
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
@@ -37,7 +37,7 @@ jobs:
|
||||
type=raw,value=latest,enable=${{ github.ref == 'refs/heads/main' }}
|
||||
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v7
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: .
|
||||
push: ${{ github.event_name != 'pull_request' }}
|
||||
|
||||
Reference in New Issue
Block a user