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

This commit is contained in:
2025-05-17 21:13:59 +03:00
parent 2a5702db4b
commit c9898eb26c

View File

@ -41,12 +41,7 @@ jobs:
with:
fetch-depth: 0 # all history for all branches and tags
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
driver: docker-container
- name: Login to Docker registry
- name: Login to Image registry
env:
REGISTRY: ${{ secrets.DOCKER_REGISTRY }}
USERNAME: ${{ secrets.DOCKER_USERNAME }}