first commit
Some checks failed
Docker / build (push) Failing after 10s

This commit is contained in:
Sthope 2025-03-18 20:04:33 +01:00
parent 2b18f9a88e
commit b9ab4ffacd

View File

@ -38,6 +38,7 @@ jobs:
- name: Build and push Docker image
run: |
ls -l ./
docker build -t ${{ env.IMAGE_NAME }} -f Dockerfile .
docker tag ${{ env.IMAGE_NAME }} ${{ env.REGISTRY }}/${{ secrets.DOCKER_USER }}/${{ env.IMAGE_NAME }}:${{ env.RELEASE }}