third attempt to fix workflow
This commit is contained in:
@ -26,11 +26,16 @@ jobs:
|
|||||||
- name: Build the project
|
- name: Build the project
|
||||||
run: cd frontend && npm run build
|
run: cd frontend && npm run build
|
||||||
|
|
||||||
|
build-and-push-docker-image:
|
||||||
|
runs-on: catthehacker/ubuntu:act-latest
|
||||||
|
needs: build-portfolio-website
|
||||||
|
if: success()
|
||||||
|
steps:
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v2
|
||||||
with:
|
with:
|
||||||
config-inline: |
|
driver: docker-container
|
||||||
[${{ secrets.DOCKER_REGISTRY }}]
|
install: true
|
||||||
|
|
||||||
- name: Login to Docker registry
|
- name: Login to Docker registry
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v2
|
||||||
|
|||||||
Reference in New Issue
Block a user