Skip to content

[TEMP]

[TEMP] #19

Workflow file for this run

# SPDX-FileCopyrightText: 2023 Serokell <https://serokell.io/>
#
# SPDX-License-Identifier: MPL-2.0
name: master-update
on:
push:
branches:
- rvem/fix-autoreleasing
jobs:
release:
runs-on: [self-hosted, nix]
steps:
- uses: actions/checkout@v3
- name: Create a pre-release
run: |
GITHUB_TOKEN= nix run .#autorelease
- name: Push latest image to dockerhub
run: |
nix build -L .#docker-image
nix shell .#skopeo -c ./scripts/upload-docker-image.sh "docker-archive:$(readlink result)" "docker://docker.io/serokell/xrefcheck:latest"