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

This commit is contained in:
2025-05-17 21:08:24 +03:00
parent 9d15e4e50e
commit 3f5facc265

View File

@ -28,8 +28,8 @@ jobs:
build-and-release-image:
runs-on: ubuntu-latest
# container:
# image: ghcr.io/catthehacker/ubuntu:act-22.04
container:
image: catthehacker/ubuntu:act-22.04
needs: build-portfolio-website
if: success()
steps:
@ -38,9 +38,6 @@ jobs:
with:
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
uses: docker/setup-buildx-action@v3
with: