Skip to content

Commit

Permalink
πŸ’š Fixed pipe
Browse files Browse the repository at this point in the history
  • Loading branch information
LNA-DEV committed Nov 8, 2024
1 parent 211c25e commit 10c1676
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
- uses: actions/checkout@v4

- name: Build the Docker image
run: docker build . --file ./OpenMediaServer/Dockerfile --tag ghcr.io/${{ github.repository_owner }}/openmediaserver:latest
run: docker build . --file ./OpenMediaServer/Dockerfile --tag ghcr.io/openmediastation/openmediaserver:latest

- name: Log in to GitHub Docker Registry
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin

- name: Push Docker image to GitHub Packages
run: docker push ghcr.io/${{ github.repository_owner }}/openmediaserver:latest
run: docker push ghcr.io/openmediastation/openmediaserver:latest

0 comments on commit 10c1676

Please sign in to comment.