fix
This commit is contained in:
		| @ -28,8 +28,8 @@ jobs: | |||||||
|  |  | ||||||
|   build-and-release-image: |   build-and-release-image: | ||||||
|     runs-on: ubuntu-latest |     runs-on: ubuntu-latest | ||||||
|     container: |     # container: | ||||||
|       image: ghcr.io/catthehacker/ubuntu:act-22.04 |     #   image: ghcr.io/catthehacker/ubuntu:act-22.04 | ||||||
|     needs: build-portfolio-website |     needs: build-portfolio-website | ||||||
|     if: success() |     if: success() | ||||||
|     steps: |     steps: | ||||||
| @ -38,8 +38,13 @@ jobs: | |||||||
|         with: |         with: | ||||||
|           fetch-depth: 0 # all history for all branches and tags |           fetch-depth: 0 # all history for all branches and tags | ||||||
|  |  | ||||||
|  |       - name: Set up QEMU (for cross-platform support) | ||||||
|  |         uses: docker/setup-qemu-action@v3 | ||||||
|  |  | ||||||
|       - name: Set up Docker Buildx |       - name: Set up Docker Buildx | ||||||
|         uses: docker/setup-buildx-action@v3 |         uses: docker/setup-buildx-action@v3 | ||||||
|  |         with: | ||||||
|  |           driver: docker-container | ||||||
|  |  | ||||||
|       - name: Login to Docker registry |       - name: Login to Docker registry | ||||||
|         uses: docker/login-action@v3 |         uses: docker/login-action@v3 | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user