Skip to content

Commit

Permalink
ci: removes compose for push
Browse files Browse the repository at this point in the history
  • Loading branch information
aviemet committed Jun 14, 2024
1 parent b14c71d commit 8914ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ jobs:
run: |
NEW_VERSION=$(node -p "require('./package.json').version")
docker tag osc_controller ghcr.io/${{ github.repository_owner }}/osc_controller:${NEW_VERSION}
docker compose -f docker-compose.yml push ghcr.io/${{ github.repository_owner }}/osc_controller:${NEW_VERSION}
docker push ghcr.io/${{ github.repository_owner }}/osc_controller:${NEW_VERSION}
env:
GHCR_PAT: ${{ secrets.GH_AUTH_TOKEN }}

0 comments on commit 8914ab9

Please sign in to comment.