Cumulative update v0.4.1
Some checks failed
Continuous Integration / Build, lint and test (push) Has been cancelled

XD
This commit is contained in:
Shiroyasha 2025-08-01 05:08:32 +03:00
parent c4c622f018
commit b3a7b644c7
Signed by: shiroyashik
GPG key ID: E4953D3940D7860A
4 changed files with 14 additions and 11 deletions

View file

@ -11,7 +11,7 @@ permissions:
packages: write
env:
RUST_VERSION: 1.87
RUST_VERSION: 1.88
ZIG_VERSION: 0.14.1
ALPINE_VERSION: 3.22
CARGO_TERM_COLOR: always
@ -85,12 +85,12 @@ jobs:
# password: ${{ secrets.DOCKERHUB_TOKEN }}
# also uncomment the tags parameter in the last step
# - name: Login to GitHub Container Registry
# uses: docker/login-action@v3
# with:
# registry: ghcr.io
# username: ${{ github.repository_owner }}
# password: ${{ secrets.GITHUB_TOKEN }}
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
@ -109,7 +109,7 @@ jobs:
platforms: |
linux/amd64
linux/arm64
# push: true
push: true
tags: |
ghcr.io/${{ github.repository_owner }}/sculptor:latest
ghcr.io/${{ github.repository_owner }}/sculptor:${{ github.ref_name }}