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

This commit is contained in:
Sthope 2025-03-18 20:06:04 +01:00
parent e0969c57bf
commit fc3b66b8c1

View File

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