Compare commits
6 Commits
fce545df2d
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| e3b738e543 | |||
| b5a55ef033 | |||
| 9dea994b56 | |||
|
|
f5b0a65c06 | ||
|
|
2106651c51 | ||
|
|
0aef620ce4 |
@@ -14,17 +14,17 @@ jobs:
|
||||
- uses: actions/checkout@v6
|
||||
|
||||
- name: Login to Docker registry
|
||||
uses: docker/login-action@v3
|
||||
uses: docker/login-action@v4
|
||||
with:
|
||||
registry: git.nice.net.nz
|
||||
username: hads
|
||||
password: ${{ secrets.PAT }}
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
uses: docker/setup-buildx-action@v4
|
||||
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v6
|
||||
uses: docker/build-push-action@v7
|
||||
with:
|
||||
context: .
|
||||
file: ./Dockerfile
|
||||
|
||||
Reference in New Issue
Block a user