mirror of
https://github.com/nezhahq/nezha.git
synced 2025-01-22 12:48:14 -05:00
🗑 remove env
This commit is contained in:
parent
78b58a88ef
commit
9b40e10904
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -12,8 +12,6 @@ jobs:
|
||||
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login docker.pkg.github.com -u ${{ github.actor }} --password-stdin
|
||||
|
||||
- name: docker
|
||||
env:
|
||||
DockerPassword: ${{ secrets.PACKAGE_TOKEN }}
|
||||
run: |
|
||||
docker build -t docker.pkg.github.com/${{ github.repository }}/agent -f Dockerfile.agent .
|
||||
docker build -t docker.pkg.github.com/${{ github.repository }}/dashboard -f Dockerfile.dashboard .
|
||||
|
Loading…
Reference in New Issue
Block a user