Skip to content

Commit

Permalink
Tiny fix in the docker build worklflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sopheck committed Feb 29, 2024
1 parent d1c19ca commit 27fa8ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
flavor: |
latest=${{ github.ref == 'refs/heads/main' }}
latest=${{ github.ref == 'refs/heads/kdh-main' }}
- name: Build and push Docker image
uses: docker/build-push-action@v5
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kdh_ki-playground",
"version": "0.1.0_kdh",
"version": "0.1.1_kdh",
"private": true,
"scripts": {
"dev": "vite dev --host",
Expand Down

0 comments on commit 27fa8ea

Please sign in to comment.