Skip to content

Commit

Permalink
Merge pull request #6 from neonlabsorg/develop
Browse files Browse the repository at this point in the history
fix org name
  • Loading branch information
kristinaNikolaevaa authored Sep 18, 2024
2 parents 1f4a412 + a5e6ba1 commit e86dfa6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ on:
branches: [ "develop" ]
pull_request:
branches: [ "develop" ]
repository_dispatch:

env:
DOCKERHUB_ORG_NAME: ${{ vars.DOCKER_HUB_ORG_NAME }}
DOCKERHUB_ORG_NAME: ${{ vars.DOCKERHUB_ORG_NAME }}

jobs:

Expand Down

0 comments on commit e86dfa6

Please sign in to comment.