fix
Some checks failed
Build the portfolio website / build-portfolio-website (push) Successful in 45s
Build the portfolio website / build-and-release-image (push) Failing after 17s

This commit is contained in:
2025-05-17 21:02:45 +03:00
parent b45468fcbd
commit 9d15e4e50e

View File

@ -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