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