gitea: git login
This commit is contained in:
		
							parent
							
								
									932b91067c
								
							
						
					
					
						commit
						03ff61df42
					
				@ -9,12 +9,6 @@ jobs:
 | 
			
		||||
    name: tests
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    steps:
 | 
			
		||||
    - name: Login to git.nanobyte.cz
 | 
			
		||||
      uses: https://github.com/docker/login-action@v3
 | 
			
		||||
      with:
 | 
			
		||||
        username: ${{ secrets.DEPLOYMENT_PACKAGE }}
 | 
			
		||||
        password: ${{ secrets.DEPLOYMENT_PACKAGE }}
 | 
			
		||||
        registry: git.nanobyte.cz
 | 
			
		||||
    - uses: https://github.com/actions/checkout.git@v4
 | 
			
		||||
    - name: Hash of Cargo.lock
 | 
			
		||||
      id: get-hash
 | 
			
		||||
@ -48,12 +42,6 @@ jobs:
 | 
			
		||||
    container:
 | 
			
		||||
      image: ovlach/docker-gitea:v0.0.2-alpha
 | 
			
		||||
    steps:
 | 
			
		||||
    - name: Login to git.nanobyte.cz
 | 
			
		||||
      uses: https://github.com/docker/login-action@v3
 | 
			
		||||
      with:
 | 
			
		||||
        username: ${{ secrets.DEPLOYMENT_PACKAGE }}
 | 
			
		||||
        password: ${{ secrets.DEPLOYMENT_PACKAGE }}
 | 
			
		||||
        registry: git.nanobyte.cz
 | 
			
		||||
    - uses: https://github.com/actions/checkout.git@v4
 | 
			
		||||
    - name: Login to git.nanobyte.cz
 | 
			
		||||
      uses: https://github.com/docker/login-action@v3
 | 
			
		||||
@ -73,12 +61,6 @@ jobs:
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    needs: [docker]  # require tests to pass before deploy runs
 | 
			
		||||
    steps:
 | 
			
		||||
    - name: Login to git.nanobyte.cz
 | 
			
		||||
      uses: https://github.com/docker/login-action@v3
 | 
			
		||||
      with:
 | 
			
		||||
        username: ${{ secrets.DEPLOYMENT_PACKAGE }}
 | 
			
		||||
        password: ${{ secrets.DEPLOYMENT_PACKAGE }}
 | 
			
		||||
        registry: git.nanobyte.cz
 | 
			
		||||
    - name: Install kustomize
 | 
			
		||||
      run: |
 | 
			
		||||
        curl -L https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize%2Fv5.3.0/kustomize_v5.3.0_linux_amd64.tar.gz -o kustomize.tar.gz && tar -xzf kustomize.tar.gz
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user