mirror of
https://github.com/nezhahq/nezha.git
synced 2025-01-22 12:48:14 -05:00
👷 Update workflow
This commit is contained in:
parent
fb94f3afdb
commit
78b58a88ef
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
||||
env:
|
||||
DockerPassword: ${{ secrets.PACKAGE_TOKEN }}
|
||||
run: |
|
||||
docker build -t docker.pkg.github.com/naiba/nezha/agent -f Dockerfile.agent .
|
||||
docker build -t docker.pkg.github.com/naiba/nezha/dashboard -f Dockerfile.dashboard .
|
||||
docker push docker.pkg.github.com/naiba/nezha/agent
|
||||
docker push docker.pkg.github.com/naiba/nezha/dashboard
|
||||
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 .
|
||||
docker push docker.pkg.github.com/${{ github.repository }}/agent
|
||||
docker push docker.pkg.github.com/${{ github.repository }}/dashboard
|
||||
|
Loading…
Reference in New Issue
Block a user