Compare commits
2 Commits
3f5718ed6a
...
25c8b2d317
| Author | SHA1 | Date | |
|---|---|---|---|
| 25c8b2d317 | |||
| 397dfcb85c |
@@ -19,7 +19,7 @@ jobs:
|
|||||||
username: ${{ secrets.REGISTRY_USER }}
|
username: ${{ secrets.REGISTRY_USER }}
|
||||||
password: ${{ secrets.REGISTRY_TOKEN }}
|
password: ${{ secrets.REGISTRY_TOKEN }}
|
||||||
- name: Build Image
|
- name: Build Image
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v7
|
||||||
with:
|
with:
|
||||||
file: Containerfile
|
file: Containerfile
|
||||||
context: .
|
context: .
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ jobs:
|
|||||||
username: ${{ github.actor }}
|
username: ${{ github.actor }}
|
||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- name: Build Image
|
- name: Build Image
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v7
|
||||||
with:
|
with:
|
||||||
file: Containerfile
|
file: Containerfile
|
||||||
context: .
|
context: .
|
||||||
|
|||||||
Reference in New Issue
Block a user