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

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

View File

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