mirror of
https://github.com/stakwork/sphinx-relay.git
synced 2026-08-13 12:33:24 +02:00
modified action to use the correct file since I used it too early in the command (#755)
This commit is contained in:
parent
f175795b50
commit
e613d22b71
1 changed files with 2 additions and 2 deletions
4
.github/workflows/docker-swarm-build.yml
vendored
4
.github/workflows/docker-swarm-build.yml
vendored
|
|
@ -48,7 +48,7 @@ jobs:
|
|||
echo ${{ env.RELEASE_TAG }}
|
||||
- name: Run Docker buildx
|
||||
run: |
|
||||
docker -f Dockerfile.swarm buildx build \
|
||||
docker buildx build -f Dockerfile.swarm \
|
||||
--cache-from "type=local,src=/tmp/.buildx-cache" \
|
||||
--cache-to "type=local,dest=/tmp/.buildx-cache" \
|
||||
--platform linux/amd64,linux/arm64/v8,linux/arm/v7 \
|
||||
|
|
@ -56,7 +56,7 @@ jobs:
|
|||
--output "type=registry" ./
|
||||
- name: Run Docker buildx with latest tag
|
||||
run: |
|
||||
docker -f Dockerfile.swarm buildx build \
|
||||
docker buildx build -f Dockerfile.swarm \
|
||||
--cache-from "type=local,src=/tmp/.buildx-cache" \
|
||||
--cache-to "type=local,dest=/tmp/.buildx-cache" \
|
||||
--platform linux/amd64,linux/arm64/v8,linux/arm/v7 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue