Skip to content

Commit

Permalink
docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
IITII authored Jan 29, 2024
1 parent 041aed5 commit 7f8acd7
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-latest.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: docker-build-latest

env:
dockerhub_repository: "kutt/kutt"
dockerhub_repository: "sikii/kutt"
dockerhub_tag: "develop"

on:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-release.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: docker-build-latest

env:
dockerhub_repository: "kutt/kutt"
dockerhub_repository: "sikii/kutt"

on:
release:
Expand Down

0 comments on commit 7f8acd7

Please sign in to comment.