Skip to content

Automated commit: change version from 22.5.1 -> 22.5.2 #669

Automated commit: change version from 22.5.1 -> 22.5.2

Automated commit: change version from 22.5.1 -> 22.5.2 #669

Workflow file for this run

name: SmokeTests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
name: verify
runs-on: 'ubuntu-latest'
steps:
- uses: actions/checkout@v3
- uses: docker/login-action@v2
with:
username: greenbonebot
password: ${{ secrets.GREENBONE_BOT_TOKEN }}
registry: ghcr.io
- uses: docker/setup-buildx-action@v2
- run: make
working-directory: smoketest