Compare commits
	
		
			2 Commits
		
	
	
		
			bc935a6535
			...
			feature/la
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 527dced5f6 | |||
| 284bd1a034 | 
@@ -11,26 +11,20 @@ jobs:
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    steps:
 | 
			
		||||
 | 
			
		||||
    - name: Install prerequisites
 | 
			
		||||
      run: |
 | 
			
		||||
        apt update
 | 
			
		||||
        apt install -y docker
 | 
			
		||||
 | 
			
		||||
    - uses: https://gitea.com/actions/checkout@v4
 | 
			
		||||
    
 | 
			
		||||
    - name: Docker login
 | 
			
		||||
    - name: Login to Docker Registry
 | 
			
		||||
      uses: docker/login-action@v3
 | 
			
		||||
      with:
 | 
			
		||||
        registry: docker.io
 | 
			
		||||
        username: ${{ secrets.docker_username }}
 | 
			
		||||
        password: ${{ secrets.docker_password }}
 | 
			
		||||
        registry: git.kluster.moll.re
 | 
			
		||||
        username: ${{ gitea.repository_owner }}
 | 
			
		||||
        password: ${{ secrets.GITEA_TOKEN}}
 | 
			
		||||
 | 
			
		||||
    - name: Set up Docker Buildx
 | 
			
		||||
      uses: https://github.com/docker/setup-buildx-action@v3
 | 
			
		||||
      uses: docker/setup-buildx-action@v3
 | 
			
		||||
 | 
			
		||||
    - name: Build
 | 
			
		||||
      uses: https://github.com/docker/build-push-action@v2
 | 
			
		||||
    - name: Build and push
 | 
			
		||||
      uses: docker/build-push-action@v5
 | 
			
		||||
      with:
 | 
			
		||||
        context: frontend
 | 
			
		||||
        tags: ${{ secrets.docker_registry }}/frontend:latest
 | 
			
		||||
        push: true
 | 
			
		||||
        tags: git.kluster.moll.re/renoll/moll.re/frontend:latest
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user