Skip to content
Snippets Groups Projects
Commit f7b8d382 authored by Tóth Miklós Tibor's avatar Tóth Miklós Tibor :shrug:
Browse files

Add zip packaging

parent cab333bf
No related branches found
No related tags found
No related merge requests found
Pipeline #41296 passed
...@@ -4,6 +4,7 @@ stages: ...@@ -4,6 +4,7 @@ stages:
- -
marp build: marp build:
needs: []
stage: 🔨 stage: 🔨
image: image:
name: marpteam/marp-cli:v2.1.3 name: marpteam/marp-cli:v2.1.3
...@@ -14,7 +15,21 @@ marp build: ...@@ -14,7 +15,21 @@ marp build:
paths: paths:
- prez.html - prez.html
zip:
needs: [ marp build ]
stage: 📦
image: ubuntu
before_script:
- apt-get update
- apt-get install -y zip
script:
- zip -r prez.zip prez.html font img
artifacts:
paths:
- prez.zip
container image: container image:
needs: [ marp build ]
stage: 📦 stage: 📦
image: registry.gitlab.com/disappointment-industries/container-images/buildah-image:latest image: registry.gitlab.com/disappointment-industries/container-images/buildah-image:latest
variables: variables:
...@@ -32,6 +47,7 @@ container image: ...@@ -32,6 +47,7 @@ container image:
- buildah manifest push --all prez docker://"${CI_REGISTRY_IMAGE}" - buildah manifest push --all prez docker://"${CI_REGISTRY_IMAGE}"
kubernetes: kubernetes:
needs: [ container image ]
stage: stage:
image: alpine/k8s:1.23.7 image: alpine/k8s:1.23.7
before_script: before_script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment