This commit is contained in:
@@ -11,14 +11,14 @@ jobs:
|
||||
- name: Set up Docker Buildx
|
||||
uses: https://github.com/docker/setup-buildx-action@v3
|
||||
with:
|
||||
config-inline: |
|
||||
[registry."172.21.0.1:5000"]
|
||||
http = true
|
||||
insecure = true
|
||||
config-inline: |
|
||||
[registry."172.21.0.1:5000"]
|
||||
http = true
|
||||
insecure = true
|
||||
- name: Build and push Docker image
|
||||
uses: https://github.com/docker/build-push-action@v5
|
||||
with:
|
||||
context: .
|
||||
file: ./Dockerfile
|
||||
push: true
|
||||
tags: "172.21.0.1:5000/website"
|
||||
uses: https://github.com/docker/build-push-action@v5
|
||||
with:
|
||||
context: .
|
||||
file: ./Dockerfile
|
||||
push: true
|
||||
tags: "172.21.0.1:5000/website"
|
||||
|
||||
Reference in New Issue
Block a user