missed renaming container
This commit is contained in:
parent
1527935c8a
commit
bd9444f38c
@ -7,7 +7,6 @@ on:
|
||||
jobs:
|
||||
Plan:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
@ -20,8 +19,8 @@ jobs:
|
||||
- name: Deploy
|
||||
run: |
|
||||
echo "${{ secrets.GITEASECRET_TOKEN }}" | docker login git.hamik.net -u paradizelost --password-stdin
|
||||
docker build -t git.hamik.net/paradizelost/librarynotices:latest .
|
||||
docker push git.hamik.net/paradizelost/librarynotices
|
||||
docker build -t git.hamik.net/paradizelost/enphase:latest .
|
||||
docker push git.hamik.net/paradizelost/enphase:latest
|
||||
Deploy:
|
||||
needs: [Plan] #
|
||||
runs-on: enphasecollector
|
||||
|
Loading…
x
Reference in New Issue
Block a user