forgot to add token
This commit is contained in:
		@@ -33,7 +33,6 @@ jobs:
 | 
			
		||||
      - name: Extract version for tags
 | 
			
		||||
        run: |
 | 
			
		||||
          echo "FULL_VERSION=$(grep -oP '(?<=VERSION=).*' Dockerfile)" >> $GITHUB_ENV
 | 
			
		||||
          echo ${{ env.REGISTRY }}
 | 
			
		||||
 | 
			
		||||
      # Add support for more platforms with QEMU
 | 
			
		||||
      - name: Set up QEMU
 | 
			
		||||
@@ -48,7 +47,7 @@ jobs:
 | 
			
		||||
        with:
 | 
			
		||||
          registry: ${{ env.REGISTRY }}
 | 
			
		||||
          username: ${{ github.repository_owner }}
 | 
			
		||||
          password: ${{ secrets.GITHUB_TOKEN }}
 | 
			
		||||
          password: ${{ secrets.ACTION_TOKEN }}
 | 
			
		||||
 | 
			
		||||
      - name: Set Docker metadata
 | 
			
		||||
        id: meta
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user