Skip to content

Commit

Permalink
bump version, run podman test on tag push
Browse files Browse the repository at this point in the history
  • Loading branch information
femnad committed Dec 13, 2023
1 parent 873933f commit e6a48eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/podman-test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Test with systemd containers

on:
push:
tags:
- v*
workflow_dispatch:
inputs:

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
)

const (
version = "0.20.0"
version = "0.21.0"
)

type args struct {
Expand Down

0 comments on commit e6a48eb

Please sign in to comment.