mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
fix name
This commit is contained in:
parent
806a1606de
commit
029fad9443
4
.github/workflows/docker-build.yml
vendored
4
.github/workflows/docker-build.yml
vendored
|
|
@ -20,8 +20,8 @@ jobs:
|
|||
IMAGE: ${{ secrets.IMAGE }}
|
||||
run: |
|
||||
echo building $(cat ./scripts/Docker/$IMAGE/Name) ...
|
||||
docker build -t docker.pkg.github.com/${{ github.repository }}/$(cat ./scripts/Docker/$IMAGE/Name) ./scripts/Docker/${IMAGE}
|
||||
docker build -t docker.pkg.github.com/${{ github.repository }}/$(cat ./scripts/Docker/$IMAGE/Name) ./scripts/Docker/$IMAGE
|
||||
- name: Push image to GitHub Registry
|
||||
env:
|
||||
IMAGE: ${{ secrets.IMAGE }}
|
||||
run: docker push docker.pkg.github.com/${{ github.repository }}/$(cat ./scripts/Docker/$IMAGE_DIR/Name)
|
||||
run: docker push docker.pkg.github.com/${{ github.repository }}/$(cat ./scripts/Docker/$IMAGE/Name)
|
||||
|
|
|
|||
Loading…
Reference in a new issue