Skip to content

releases: update docker 25 to 25.0.3, wasmtime to 17.0.1 #22

releases: update docker 25 to 25.0.3, wasmtime to 17.0.1

releases: update docker 25 to 25.0.3, wasmtime to 17.0.1 #22

Workflow file for this run

name: Build and release Systemd sysext images
on:
push:
tags:
- 'latest'
jobs:
build:
runs-on: ubuntu-22.04
permissions:
# allow the action to create a release
contents: write
steps:
# checkout the sources
- uses: actions/checkout@v3
# prepare build host
- name: install prerequisites
run: |
set -euxo pipefail
sudo apt update -qq && sudo apt install -yqq \
curl \
jq \
squashfs-tools \
xz-utils \
gawk
- name: build release artifacts
run: release_build.sh
- name: delete previous latest release

Check failure on line 30 in .github/workflows/release.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yaml

Invalid workflow file

You have an error in your yaml syntax on line 30
uses: actions/checkout@v3
run: gh release delete latest --cleanup-tag
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: create a new latest release with all artifacts
uses: softprops/action-gh-release@v1
with:
body_path: Release.md
files: |
SHA256SUMS
*.raw
*.conf