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: catthehacker/ubuntu:act-22.04 | ||||||
|     needs: build-portfolio-website |     needs: build-portfolio-website | ||||||
|     if: success() |     if: success() | ||||||
|     steps: |     steps: | ||||||
| @ -38,9 +38,6 @@ 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: |         with: | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user