Workflow Action for Docker Repo #2
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -29,6 +29,10 @@ jobs:
|
||||
with:
|
||||
images: |
|
||||
${{ vars.DOCKER_REPO }}/costhive
|
||||
config-inline: |
|
||||
[registry.${{ vars.DOCKER_REPO }}]
|
||||
http = true
|
||||
insecure = true
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
- name: Build and push
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user