Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
CHKZL committed Jun 21, 2024
1 parent aeaa022 commit 46de87a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/DDTV_Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,14 +217,14 @@ jobs:


- uses: moomiji/docker-ddtv@v5
if: runner.os == 'ubuntu-latest'
if: runner.os == 'Linux'
env:
DOCKERHUB_USERNAME: ddtv
DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }}
with:
push: true
repo: ddtv/server
path: Server/build_output
path: ${{ github.workspace }}/Server/build_output
version: ${{ github.ref_name }}
runtime: ${{ matrix.runtime }}
os_id: ${{ contains(matrix.runtime, 'musl') && 'alpine' || 'debian' }}
Expand Down

0 comments on commit 46de87a

Please sign in to comment.