Skip to content

Commit

Permalink
ci: no compose for tag
Browse files Browse the repository at this point in the history
  • Loading branch information
aviemet committed Jun 12, 2024
1 parent 5f0cba8 commit a15c794
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 @@ -46,7 +46,7 @@ jobs:
- name: Push Docker Image to GitHub Packages
run: |
NEW_VERSION=$(node -p "require('./package.json').version")
docker-compose tag osc_controller ghcr.io/${{ github.repository_owner }}/osc_controller:${NEW_VERSION}
docker tag osc_controller ghcr.io/${{ github.repository_owner }}/osc_controller:${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 a15c794

Please sign in to comment.