Skip to content

Commit

Permalink
Merge pull request #52 from frauniki/fix-image-builder-ci
Browse files Browse the repository at this point in the history
Fix image builder ci
  • Loading branch information
frauniki authored Jan 26, 2024
2 parents 3da50d7 + 60d2af0 commit 78043cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/image-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
arrays:
- image: ghcr.io/${{ github.repository_owner }}/${{ github.repository }}
- image: ghcr.io/${{ github.repository }}
context: .
dockerfile: Dockerfile
push: "true"
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package tentez

const Version = "0.11.0"
const Version = "0.10.3"

var Revision = "Devel"

0 comments on commit 78043cf

Please sign in to comment.