add other CI/CD step

This commit is contained in:
perf3ct 2024-08-24 00:10:46 +00:00
parent 08a4b2d19a
commit 6b916c1494
No known key found for this signature in database
GPG Key ID: 569C4EEC436F5232

View File

@ -114,6 +114,7 @@ jobs:
uses: docker/build-push-action@v6 uses: docker/build-push-action@v6
id: ghcr-push id: ghcr-push
with: with:
file: ./Dockerfile-alpine
context: . context: .
platforms: ${{ env.PLATFORMS }} platforms: ${{ env.PLATFORMS }}
push: true push: true