Skip to content

Commit

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

0 comments on commit b3d54d1

Please sign in to comment.