Skip to content

Commit

Permalink
Merge pull request #165 from hunghvu/development
Browse files Browse the repository at this point in the history
fix: wrong registry repository reference
  • Loading branch information
hunghvu authored Apr 21, 2024
2 parents c327c0f + edd279b commit 5fecd8e
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 34 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-push-cms.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
uses: docker/metadata-action@v5
with:
images: |
docker.io/hunghvu/blogfolio-caddy
ghcr.io/hunghvu/blogfolio-caddy
docker.io/hunghvu/blogfolio-cms
ghcr.io/hunghvu/blogfolio-cms
# If we want to reference a subdir
# https://github.com/docker/build-push-action/issues/528
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-and-push-web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
uses: docker/metadata-action@v5
with:
images: |
docker.io/hunghvu/blogfolio-caddy
ghcr.io/hunghvu/blogfolio-caddy
docker.io/hunghvu/blogfolio-web
ghcr.io/hunghvu/blogfolio-web
# If we want to reference a subdir
# https://github.com/docker/build-push-action/issues/528
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dotenv-cli": "^7.4.1",
"eslint": "^8.57.0",
"prettier": "^3.2.5",
"turbo": "^1.13.0"
"turbo": "^1.13.2"
},
"engines": {
"node": ">=20.0.0"
Expand Down
58 changes: 29 additions & 29 deletions pnpm-lock.yaml

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

0 comments on commit 5fecd8e

Please sign in to comment.