fix: removed endpoint
This commit is contained in:
parent
c7277aac96
commit
405ab03e64
1 changed files with 2 additions and 6 deletions
|
@ -54,19 +54,15 @@ jobs:
|
||||||
|
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
with:
|
|
||||||
endpoint: tcp://docker:2376
|
|
||||||
|
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
context: ./docker-build
|
context: ./docker-build
|
||||||
file: ./docker-build/Dockerfile
|
file: ./docker-build/Dockerfile
|
||||||
platforms: |
|
platforms: linux/amd64, linux/arm64, linux/arm/v7
|
||||||
linux/arm/v7
|
|
||||||
linux/arm64
|
|
||||||
linux/amd64
|
|
||||||
push: true
|
push: true
|
||||||
|
cleanup: true
|
||||||
tags: |
|
tags: |
|
||||||
${{ secrets.DOCKER_USER }}/docker-owndyndns-netcup:${{ env.VERSION }}
|
${{ secrets.DOCKER_USER }}/docker-owndyndns-netcup:${{ env.VERSION }}
|
||||||
${{ secrets.DOCKER_USER }}/docker-owndyndns-netcup:latest
|
${{ secrets.DOCKER_USER }}/docker-owndyndns-netcup:latest
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue