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
|
||||
uses: docker/setup-buildx-action@v3
|
||||
with:
|
||||
endpoint: tcp://docker:2376
|
||||
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: ./docker-build
|
||||
file: ./docker-build/Dockerfile
|
||||
platforms: |
|
||||
linux/arm/v7
|
||||
linux/arm64
|
||||
linux/amd64
|
||||
platforms: linux/amd64, linux/arm64, linux/arm/v7
|
||||
push: true
|
||||
cleanup: true
|
||||
tags: |
|
||||
${{ secrets.DOCKER_USER }}/docker-owndyndns-netcup:${{ env.VERSION }}
|
||||
${{ secrets.DOCKER_USER }}/docker-owndyndns-netcup:latest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue