Skip to content

Commit

Permalink
add vars to actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ruigomes99 committed Aug 23, 2024
1 parent 487d816 commit ad49ed7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
GITHUB_REGISTRY: ghcr.io
DOCKERHUB_REGISTRY: index.docker.io
GITHUB_IMAGE_NAME: ${{ github.repository }}
DOCKERHUB_IMAGE_NAME: ruigomes99/model-management
DOCKERHUB_IMAGE_NAME: ruigomes99/${{ github.event.repository.name }}

jobs:
push_to_registries:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 #v4.1.7
- name: Build Docker image
run: docker build -t model-management:ci .
run: docker build -t ${{ github.event.repository.name }}:ci .

# https://docs.github.com/en/actions/use-cases-and-examples/building-and-testing/building-and-testing-nodejs
unit_tests:
Expand Down

0 comments on commit ad49ed7

Please sign in to comment.