Skip to content

Commit

Permalink
Update Sync+build+push TTRSS.yml
Browse files Browse the repository at this point in the history
Change build context
  • Loading branch information
schklom authored Dec 31, 2023
1 parent 5c9cb72 commit 43d76bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Sync+build+push TTRSS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
- name: Build and push TTRSS app
uses: docker/build-push-action@v5
with:
context: ./.docker/app
context: ./
file: ./.docker/app/Dockerfile
#platforms: linux/amd64,linux/arm64,linux/riscv64,linux/ppc64le,linux/s390x,linux/386,linux/mips64le,linux/mips64,linux/arm/v7,linux/arm/v6
platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64
Expand All @@ -121,7 +121,7 @@ jobs:
- name: Build and push TTRSS web-nginx
uses: docker/build-push-action@v5
with:
context: ./.docker/web-nginx
context: ./
file: ./.docker/web-nginx/Dockerfile
#platforms: linux/amd64,linux/arm64,linux/riscv64,linux/ppc64le,linux/s390x,linux/386,linux/mips64le,linux/mips64,linux/arm/v7,linux/arm/v6
platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64
Expand Down

0 comments on commit 43d76bc

Please sign in to comment.