Project

General

Profile

Actions

Prepare release

  1. Define component PACKAGE=backend
  2. Create a new version with gbp dch --ignore-branch.
  3. Replace release sed -i "s/UNRELEASED/focal/g".
  4. Store the version VERSION=$(head -n 1 debian/changelog| cut -d' ' -f2 | sed 's/[\(\)]*//g')
  5. Store the package
  6. Build with podman make podman
  7. Tag the release podman tag docker.io/iabsis/hcw-${PACKAGE}:latest docker.io/iabsis/hcw-${PACKAGE}:${VERSION}
  8. Push everything podman push docker.io/iabsis/hcw-${PACKAGE}:latest docker.io/iabsis/hcw-${PACKAGE}:${VERSION}

Updated by Olivier Bitsch about 2 months ago · 3 revisions