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 5af03c3 commit 8401f96
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ jobs:
if: github.ref == 'refs/heads/main'
run: |
echo ${{ secrets.PAT }} | docker login ghcr.io -u ${{ github.actor }} --password-stdin
latest_image_id=$(docker images --format="{{.ID}}" ${{ matrix.image-name }})
echo "The latest image ID: $latest_image_id"
- name: Build Docker Image
id: docker_build
Expand Down

0 comments on commit 8401f96

Please sign in to comment.