Skip to content

Commit

Permalink
Version 4.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pmanko committed Dec 9, 2024
1 parent 785e83b commit 58cedb7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dockerhubES.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on:
push:
branches:
- "master"
release:
workflow_dispatch:
# release:
# workflow_dispatch:

env:
REGISTRY: docker.io
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dockerhubopencr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Log in to the Docker registry
uses: docker/login-action@v3
with:
username: ${{ vars.DOCKER_USERNAME }}
username: ${{ vars.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Extract metadata for Docker
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "client-registry",
"version": "4.0.3",
"version": "4.0.4",
"description": "Client Registry",
"main": "app.js",
"scripts": {
Expand Down

0 comments on commit 58cedb7

Please sign in to comment.