Pin dependencies

This commit is contained in:
Johnny5 2024-05-22 19:01:08 +00:00
parent 2b5dbc2d42
commit 9821e3eb84
Signed by: Johnny5
GPG Key ID: 8D9AF7C566F26C50
1 changed files with 5 additions and 5 deletions

View File

@ -2,14 +2,14 @@ when:
event: tag event: tag
steps: steps:
build: build:
image: alpine image: alpine@sha256:77726ef6b57ddf65bb551896826ec38bc3e53f75cdde31354fbffb4f25238ebd
commands: | commands: |
apk add bash make sassc glib-dev gdk-pixbuf libxml2-utils gtk-murrine-engine rsvg-convert librsvg apk add bash make sassc glib-dev gdk-pixbuf libxml2-utils gtk-murrine-engine rsvg-convert librsvg
mkdir -p pkg/usr/share/themes mkdir -p pkg/usr/share/themes
oomox-gtk-theme/change_color.sh -t pkg/usr/share/themes -o tokyonight -d true ./tokyonight oomox-gtk-theme/change_color.sh -t pkg/usr/share/themes -o tokyonight -d true ./tokyonight
package-xbps: package-xbps:
image: ghcr.io/void-linux/void-musl-busybox image: ghcr.io/void-linux/void-musl-busybox@sha256:6c96b0ae5e1832e9bacaf3a77d51935a96454e1c13ef227998557506991d6f29
environment: environment:
- LICENSE=GPL-3.0 - LICENSE=GPL-3.0
- SHORT_DESCRIPTION=Tokyonight GTK Theme - SHORT_DESCRIPTION=Tokyonight GTK Theme
@ -24,12 +24,12 @@ steps:
"$${CI_WORKSPACE}/pkg" "$${CI_WORKSPACE}/pkg"
package-targz: package-targz:
image: alpine image: alpine@sha256:77726ef6b57ddf65bb551896826ec38bc3e53f75cdde31354fbffb4f25238ebd
commands: | commands: |
tar czf $${CI_REPO_NAME}-$${CI_COMMIT_TAG}.tar.gz --directory=$${CI_WORKSPACE}/pkg . tar czf $${CI_REPO_NAME}-$${CI_COMMIT_TAG}.tar.gz --directory=$${CI_WORKSPACE}/pkg .
publish: publish:
image: woodpeckerci/plugin-gitea-release image: woodpeckerci/plugin-gitea-release@sha256:d778df013539760834d6dccfed940352432dfb56961266ecdd8fd46d498e22f8
settings: settings:
base_url: https://git.snaile.de base_url: https://git.snaile.de
files: files:
@ -39,7 +39,7 @@ steps:
target: main target: main
publish-xbps: publish-xbps:
image: ghcr.io/void-linux/void-musl-busybox image: ghcr.io/void-linux/void-musl-busybox@sha256:6c96b0ae5e1832e9bacaf3a77d51935a96454e1c13ef227998557506991d6f29
environment: environment:
- XBPS_TARGET_ARCH=x86_64 - XBPS_TARGET_ARCH=x86_64
secrets: secrets: