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

This commit is contained in:
2025-05-17 21:16:56 +03:00
parent c9898eb26c
commit aad5dc83e1

View File

@ -47,10 +47,10 @@ jobs:
USERNAME: ${{ secrets.DOCKER_USERNAME }}
PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
run: |
buildah login -u "$USERNAME" -p "$PASSWORD" "$REGISTRY"
sudo buildah login -u "$USERNAME" -p "$PASSWORD" "$REGISTRY"
- name: Build Image with Buildah
env:
REGISTRY: ${{ secrets.DOCKER_REGISTRY }}
run: |
buildah bud -t "$REGISTRY"/my-portfolio-app:latest .
sudo buildah bud -t "$REGISTRY"/my-portfolio-app:latest .