Skip to content

Commit

Permalink
ci(npcs): update
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaosen7 committed Jul 30, 2024
1 parent 21b9c04 commit 0aaee67
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Docker Build

on:
push:
branches:
- "**"

jobs:
generate-matrix:
Expand Down Expand Up @@ -40,7 +38,7 @@ jobs:
- name: Login Registry
if: github.ref == 'refs/heads/main'
run: |
echo ${{ secrets.PAT }} | docker login ${{ secrets.REGISTRY }} -u ${{ github.actor }} --password-stdin
echo ${{ secrets.PAT }} | docker login ghcr.io -u ${{ github.actor }} --password-stdin
- name: Build Docker Image
id: docker_build
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
push:

env:
REGISTRY: ghcr.io
IMAGE_NAMESPACE: ghcr.io/${{ github.actor }}
TURBO_TEAM: ${{ secrets.TURBO_TEAM }}
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}

Expand Down

0 comments on commit 0aaee67

Please sign in to comment.