mirror of
https://github.com/shiroyashik/sculptor.git
synced 2025-12-06 13:01:12 +03:00
Cumulative update v0.4.1
Some checks failed
Continuous Integration / Build, lint and test (push) Has been cancelled
Some checks failed
Continuous Integration / Build, lint and test (push) Has been cancelled
XD
This commit is contained in:
parent
c4c622f018
commit
b3a7b644c7
4 changed files with 14 additions and 11 deletions
16
.github/workflows/release.yml
vendored
16
.github/workflows/release.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue