mirror of
https://github.com/r-freeman/nextjs-with-docker.git
synced 2024-11-22 06:15:41 +00:00
update workflow
This commit is contained in:
parent
cec7e96e2d
commit
714a40dbb4
@ -29,9 +29,8 @@ jobs:
|
|||||||
uses: https://github.com/docker/setup-buildx-action@v3
|
uses: https://github.com/docker/setup-buildx-action@v3
|
||||||
with:
|
with:
|
||||||
config-inline: |
|
config-inline: |
|
||||||
[registry."${{vars.DOCKER_REGISTRY_IP}}:${vars.DOCKER_REGISTRY_PORT}}"]
|
[registry."docker.io"]
|
||||||
http = true
|
mirrors: ["mirror.gcr.io"]
|
||||||
insecure = true
|
|
||||||
|
|
||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
uses: https://github.com/docker/build-push-action@v5
|
uses: https://github.com/docker/build-push-action@v5
|
||||||
|
Loading…
Reference in New Issue
Block a user