Skip to content
This repository has been archived by the owner on May 6, 2022. It is now read-only.

Commit

Permalink
💚 Attempting docker build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jmuchovej committed May 3, 2021
1 parent b5c09a3 commit 2ecbd31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
run: |
./scripts/download-extract "CoreDNS" "coredns/coredns"
./scripts/download-extract "ZeroTier" "zerotier/ZeroTierOne"
ls -la
- id: login-dockerhub-registry
name: "Login to DockerHub Registry"
uses: docker/login-action@v1
Expand All @@ -49,6 +48,7 @@ jobs:
name: "Build and push Docker images"
uses: docker/build-push-action@v2.2.1
with:
context: .
push: true
platforms: linux/amd64,linux/arm64
tags: |
Expand Down

0 comments on commit 2ecbd31

Please sign in to comment.