update the build and push workflow
This commit is contained in:
		| @ -27,7 +27,9 @@ jobs: | |||||||
|         run: cd frontend && npm run build |         run: cd frontend && npm run build | ||||||
|  |  | ||||||
|   build-and-push-docker-image: |   build-and-push-docker-image: | ||||||
|     runs-on: catthehacker/ubuntu:act-latest |     runs-on: ubuntu-latest | ||||||
|  |     container: | ||||||
|  |       image: catthehacker/ubuntu:act-latest | ||||||
|     needs: build-portfolio-website |     needs: build-portfolio-website | ||||||
|     if: success() |     if: success() | ||||||
|     steps: |     steps: | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user