Skip to content

Derive Docker Hub tag from git tag #81

Derive Docker Hub tag from git tag

Derive Docker Hub tag from git tag #81

Workflow file for this run

name: Continuous integration
on:
push:
branches-ignore:
- 'dependabot/**'
pull_request:
permissions: read-all
jobs:
test:
name: Run tests
runs-on: ubuntu-24.04
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Run tests
uses: ./.github/actions/test