mirror of
https://github.com/r-freeman/nextjs-with-docker.git
synced 2024-11-11 10:45:42 +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
|
||||
with:
|
||||
config-inline: |
|
||||
[registry."${{vars.DOCKER_REGISTRY_IP}}:${vars.DOCKER_REGISTRY_PORT}}"]
|
||||
http = true
|
||||
insecure = true
|
||||
[registry."docker.io"]
|
||||
mirrors: ["mirror.gcr.io"]
|
||||
|
||||
- name: Build and push Docker image
|
||||
uses: https://github.com/docker/build-push-action@v5
|
||||
|
Loading…
Reference in New Issue
Block a user