feature/add-docker-build #4

Merged
nett00n merged 6 commits from feature/add-docker-build into dev 2025-09-16 14:14:38 +02:00
Showing only changes of commit b714abb0fe - Show all commits

View File

@@ -53,6 +53,7 @@ jobs:
uses: docker/build-push-action@v6 uses: docker/build-push-action@v6
with: with:
context: . context: .
platforms: linux/amd64,linux/arm64
push: ${{ secrets.REGISTRY != '' }} push: ${{ secrets.REGISTRY != '' }}
tags: ${{ secrets.REGISTRY }}5mdt/vitrify-me:${{ github.sha }} tags: ${{ secrets.REGISTRY }}5mdt/vitrify-me:${{ github.sha }}