work #1
| @@ -9,9 +9,7 @@ on: | |||||||
| jobs: | jobs: | ||||||
|   Plan: |   Plan: | ||||||
|     runs-on: ubuntu-latest |     runs-on: ubuntu-latest | ||||||
|     defaults: |  | ||||||
|       run: |  | ||||||
|         working-directory: ./ |  | ||||||
|  |  | ||||||
|     steps: |     steps: | ||||||
|       - uses: actions/checkout@v4 |       - uses: actions/checkout@v4 | ||||||
| @@ -24,8 +22,6 @@ jobs: | |||||||
|        |        | ||||||
|       - name: Login to repo |       - name: Login to repo | ||||||
|         id: login |         id: login | ||||||
|         run: echo "${{ secrets.GITEASECRET_TOKEN }}" | docker login git.hamik.net -u paradizelost --password-stdin |         run: |  | ||||||
|  |         echo "${{ secrets.GITEASECRET_TOKEN }}" | docker login git.hamik.net -u paradizelost --password-stdin | ||||||
|       - name: Build |         docker build -t git.hamik.net/paradizelost/visubnet:latest . | ||||||
|         id: Build Verify |  | ||||||
|         run: docker build -t git.hamik.net/paradizelost/visubnet:latest . |  | ||||||
| @@ -7,9 +7,7 @@ on: | |||||||
| jobs: | jobs: | ||||||
|   Plan: |   Plan: | ||||||
|     runs-on: ubuntu-latest |     runs-on: ubuntu-latest | ||||||
|     defaults: |  | ||||||
|       run: |  | ||||||
|         working-directory: ./ |  | ||||||
|     steps: |     steps: | ||||||
|       - uses: actions/checkout@v4 |       - uses: actions/checkout@v4 | ||||||
|         with: |         with: | ||||||
| @@ -22,6 +20,7 @@ jobs: | |||||||
|       - name: Login to repo |       - name: Login to repo | ||||||
|         id: login |         id: login | ||||||
|         run: echo "${{ secrets.GITEASECRET_TOKEN }}" | docker login git.hamik.net -u paradizelost --password-stdin |         run: echo "${{ secrets.GITEASECRET_TOKEN }}" | docker login git.hamik.net -u paradizelost --password-stdin | ||||||
|  |  | ||||||
|       - name: Build |       - name: Build | ||||||
|         id: Build Verify |         id: Build Verify | ||||||
|         run: docker build -t git.hamik.net/paradizelost/visubnet:latest . |         run: docker build -t git.hamik.net/paradizelost/visubnet:latest . | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user