Fixed build

This commit is contained in:
Marc Ole Bulling
2021-12-10 19:22:13 +01:00
parent 442e75bb77
commit d16d250a8d
2 changed files with 2 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ jobs:
run: echo "${{ secrets.DOCKER_PW }}" | docker login -u "${{ secrets.DOCKER_USER }}" --password-stdin
- name: build the image
run: |
go mod tidy
docker buildx build --tag f0rc3/gokapi:latest --platform linux/386,linux/amd64,linux/arm/v6,linux/arm/v7 .
- name: push the image
run: |

View File

@@ -30,6 +30,7 @@ jobs:
run: echo "${{ secrets.DOCKER_PW }}" | docker login -u "${{ secrets.DOCKER_USER }}" --password-stdin
- name: build the image
run: |
go mod tidy
docker buildx build --tag f0rc3/gokapi:latest --platform linux/386,linux/amd64,linux/arm/v6,linux/arm/v7 .
- name: push the image
run: |