Compare commits
6 Commits
0e2bd33fcb
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| d7c51b9e8f | |||
| 8c7d22398f | |||
| d3ce267af7 | |||
|
|
e34e776a0b | ||
|
|
02ced2334a | ||
|
|
cc2f3905ef |
@@ -22,17 +22,17 @@ jobs:
|
|||||||
# run: go build -v ./...
|
# run: go build -v ./...
|
||||||
|
|
||||||
- name: Login to Docker registry
|
- name: Login to Docker registry
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v4
|
||||||
with:
|
with:
|
||||||
registry: git.nice.net.nz
|
registry: git.nice.net.nz
|
||||||
username: hads
|
username: hads
|
||||||
password: ${{ secrets.PAT }}
|
password: ${{ secrets.PAT }}
|
||||||
|
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v4
|
||||||
|
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v7
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
|
|||||||
Reference in New Issue
Block a user