upd. Dockerfile & release actions

- omit dev deps from lxc image
 - add linux/arm64 release
 - bump version
 - upd. gamedig
 - audit fix.
This commit is contained in:
a-sync
2024-09-07 13:39:48 +02:00
parent ae2b2a31a2
commit ec3b861c69
4 changed files with 16 additions and 14 deletions

View File

@@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v4
- name: Log in to the Container registry
uses: docker/login-action@5139682d94efc37792e6b54386b5b470a68a4737
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
@@ -32,9 +32,10 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
- name: Build and push Docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}