Skip to content

Commit

Permalink
add build for webserver func
Browse files Browse the repository at this point in the history
  • Loading branch information
unixfox committed Nov 17, 2024
1 parent d29f302 commit 2f683a1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,13 @@ jobs:
tags: quay.io/invidious/youtube-trusted-session-generator:latest
cache-from: type=gha
cache-to: type=gha,mode=max
- name: Build and push with HTTP API
uses: docker/build-push-action@v5
with:
context: .
file: ./Dockerfile.webserver
platforms: linux/amd64,linux/arm64/v8
push: true
tags: quay.io/invidious/youtube-trusted-session-generator:webserver
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit 2f683a1

Please sign in to comment.