Compare commits
7 Commits
v1.0.1
..
8f2bda0b52
| Author | SHA1 | Date | |
|---|---|---|---|
|
8f2bda0b52
|
|||
|
91f2eb39cb
|
|||
| 82b867ae9c | |||
| ebb6c11d49 | |||
|
d4beb62fdd
|
|||
|
13d65ef6ce
|
|||
|
4347bf733c
|
@@ -26,7 +26,7 @@ jobs:
|
||||
uses: docker/setup-buildx-action@v4
|
||||
with:
|
||||
driver: remote
|
||||
endpoint: 'tcp://buildkitd:1234'
|
||||
endpoint: 'tcp://buildkitd.gitea-runner.svc.cluster.local:1234'
|
||||
|
||||
# Log in to the Gitea container registry
|
||||
- name: Log in to Gitea Container Registry
|
||||
|
||||
@@ -21,14 +21,14 @@ jobs:
|
||||
|
||||
# Set up Docker Buildx for building the image
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
uses: docker/setup-buildx-action@v4
|
||||
with:
|
||||
driver: remote
|
||||
endpoint: 'tcp://buildkitd:1234'
|
||||
endpoint: 'tcp://buildkitd.gitea-runner.svc.cluster.local:1234'
|
||||
|
||||
# Build the Docker image
|
||||
- name: Build Docker Image
|
||||
uses: docker/build-push-action@v6
|
||||
uses: docker/build-push-action@v7
|
||||
with:
|
||||
context: . # Build context (current directory)
|
||||
file: ./Dockerfile # Path to Dockerfile
|
||||
|
||||
Reference in New Issue
Block a user