fix workflow following gitea workflow in github
This commit is contained in:
		| @ -31,14 +31,16 @@ jobs: | ||||
|     needs: build-portfolio-website | ||||
|     if: success() | ||||
|     steps: | ||||
|       - name: Set up Docker Buildx | ||||
|         uses: docker/setup-buildx-action@v2 | ||||
|       - name: Checkout | ||||
|         uses: actions/checkout@v4 | ||||
|         with: | ||||
|           driver: docker-container | ||||
|           install: true | ||||
|           fetch-depth: 0 # all history for all branches and tags | ||||
|  | ||||
|       - name: Set up Docker Buildx | ||||
|         uses: docker/setup-buildx-action@v3 | ||||
|  | ||||
|       - name: Login to Docker registry | ||||
|         uses: docker/login-action@v2 | ||||
|         uses: docker/login-action@v3 | ||||
|         with: | ||||
|           registry: ${{ secrets.DOCKER_REGISTRY }} | ||||
|           username: ${{ secrets.DOCKER_USERNAME }} | ||||
|  | ||||
		Reference in New Issue
	
	Block a user