Skip to content

Commit

Permalink
ci: fixes docker push package name
Browse files Browse the repository at this point in the history
  • Loading branch information
aviemet committed Jun 14, 2024
1 parent b3d54d1 commit 49128a9
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 push ghcr.io/${{ github.repository_owner }}/web:${NEW_VERSION}
docker-compose push ghcr.io/${{ github.repository_owner }}/osc_controller:${NEW_VERSION}
env:
GHCR_PAT: ${{ secrets.GH_AUTH_TOKEN }}

0 comments on commit 49128a9

Please sign in to comment.