mirror of
https://github.com/getnora-io/nora.git
synced 2026-04-12 12:40:31 +00:00
ci: remove astra build for now
This commit is contained in:
31
.github/workflows/release.yml
vendored
31
.github/workflows/release.yml
vendored
@@ -63,30 +63,6 @@ jobs:
|
|||||||
cache-from: type=gha,scope=alpine
|
cache-from: type=gha,scope=alpine
|
||||||
cache-to: type=gha,mode=max,scope=alpine
|
cache-to: type=gha,mode=max,scope=alpine
|
||||||
|
|
||||||
# ── Astra Linux SE ───────────────────────────────────────────────────────
|
|
||||||
- name: Extract metadata (astra)
|
|
||||||
id: meta-astra
|
|
||||||
uses: docker/metadata-action@v5
|
|
||||||
with:
|
|
||||||
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
|
|
||||||
flavor: suffix=-astra,onlatest=true
|
|
||||||
tags: |
|
|
||||||
type=semver,pattern={{version}}
|
|
||||||
type=semver,pattern={{major}}.{{minor}}
|
|
||||||
type=raw,value=astra
|
|
||||||
|
|
||||||
- name: Build and push (astra)
|
|
||||||
uses: docker/build-push-action@v5
|
|
||||||
with:
|
|
||||||
context: .
|
|
||||||
file: Dockerfile.astra
|
|
||||||
platforms: linux/amd64
|
|
||||||
push: true
|
|
||||||
tags: ${{ steps.meta-astra.outputs.tags }}
|
|
||||||
labels: ${{ steps.meta-astra.outputs.labels }}
|
|
||||||
cache-from: type=gha,scope=astra
|
|
||||||
cache-to: type=gha,mode=max,scope=astra
|
|
||||||
|
|
||||||
# ── RED OS ───────────────────────────────────────────────────────────────
|
# ── RED OS ───────────────────────────────────────────────────────────────
|
||||||
- name: Extract metadata (redos)
|
- name: Extract metadata (redos)
|
||||||
id: meta-redos
|
id: meta-redos
|
||||||
@@ -126,8 +102,6 @@ jobs:
|
|||||||
include:
|
include:
|
||||||
- name: alpine
|
- name: alpine
|
||||||
suffix: ""
|
suffix: ""
|
||||||
- name: astra
|
|
||||||
suffix: "-astra"
|
|
||||||
- name: redos
|
- name: redos
|
||||||
suffix: "-redos"
|
suffix: "-redos"
|
||||||
|
|
||||||
@@ -218,11 +192,6 @@ jobs:
|
|||||||
docker pull ghcr.io/${{ github.repository }}:${{ github.ref_name }}
|
docker pull ghcr.io/${{ github.repository }}:${{ github.ref_name }}
|
||||||
```
|
```
|
||||||
|
|
||||||
**Astra Linux SE:**
|
|
||||||
```bash
|
|
||||||
docker pull ghcr.io/${{ github.repository }}:${{ github.ref_name }}-astra
|
|
||||||
```
|
|
||||||
|
|
||||||
**RED OS:**
|
**RED OS:**
|
||||||
```bash
|
```bash
|
||||||
docker pull ghcr.io/${{ github.repository }}:${{ github.ref_name }}-redos
|
docker pull ghcr.io/${{ github.repository }}:${{ github.ref_name }}-redos
|
||||||
|
|||||||
Reference in New Issue
Block a user