arch: null artifacts: [] environment: BUILD_SUBMITTER: git.sr.ht GIT_REF: refs/heads/main image: akkoma-basic-alpine registry: codeberg.org username: comcloudway image: alpine/edge packages: - openrc - docker repositories: {} secrets: - a7b36bdb-bcea-4360-a1a0-a55b84fb1ede shell: false sources: - http://git.hut.ccw.icu/~comcloudway/docker-akkoma-alpine#c2752c6a1e48a2613106f371f4bc3e968ca4ca9a tasks: - setup: | sudo rc-service docker start cat ~/.docker-login | docker login $registry -u $username --password-stdin - build: | docker build -t "$registry/$username/$image:${$(git tag --contains HEAD | head -n 1):-edge}" - publish: | docker push "$registry/$username/$image:${$(git tag --contains HEAD | head -n 1):-edge}" triggers: [] oauth: ""