Skip to content

Commit

Permalink
Bump to v0.2.2 to test CD workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Meade committed Jul 25, 2024
1 parent 4446af7 commit b6935ba
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,12 @@ jobs:
with:
images: |
ghcr.io/wipacrepo/wipac-disk-tracking
tag-sha: true
tag-semver: |
{{major}}
{{major}}.{{minor}}
{{major}}.{{minor}}.{{patch}}
flavor: |
latest=auto
tags: |
type=ref,event=branch,branch=main,tag=main
type=ref,event=branch,branch=main,tag=latest
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
- name: Login to GitHub Container Registry
uses: docker/login-action@v1
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wipac-disk-tracking"
version = "0.2.1"
version = "0.2.2"
edition = "2021"
publish = false

Expand Down

0 comments on commit b6935ba

Please sign in to comment.