Skip to content

Commit

Permalink
chor: use pipelien token
Browse files Browse the repository at this point in the history
  • Loading branch information
ddfreiling committed Apr 24, 2024
1 parent 8722b8a commit cf63009
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,16 @@ jobs:
with:
registry: ${{ env.REGISTRY }}
username: nota-ci
password: ${{ secrets.GH_PACKAGES_WRITE }}
password: ${{ secrets.GITHUB_TOKEN }}

# Build lcpserver
- name: Extract image metadata
id: meta
uses: docker/metadata-action@v5.0.0
uses: docker/metadata-action@v5.5.1
with:
images: ghcr.io/${{ github.repository }}/lcpserver
- name: Build LCPServer
uses: docker/build-push-action@v5.0.0
uses: docker/build-push-action@v5.3.0
with:
context: "."
file: "./docker/lcp/Dockerfile"
Expand Down

0 comments on commit cf63009

Please sign in to comment.