Skip to content

Commit

Permalink
4th try
Browse files Browse the repository at this point in the history
  • Loading branch information
Oded-B committed Apr 4, 2024
1 parent 9506b7d commit 7835b14
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker-publish-on-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ on:
types: [created]


env:
DOCKERHUB_USERNAME: ${{ vars.DOCKERHUB_USERNAME }}
IMAGE_NAME: ${{ vars.DOCKERHUB_USERNAME }}
REGISTRY: ${{ vars.DOCKERHUB_USERNAME }}

jobs:
build:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ on:
pull_request:
branches: [ "main" ]

env:
DOCKERHUB_USERNAME: ${{ vars.DOCKERHUB_USERNAME }}
IMAGE_NAME: ${{ vars.DOCKERHUB_USERNAME }}
REGISTRY: ${{ vars.DOCKERHUB_USERNAME }}

jobs:
build:
Expand Down

0 comments on commit 7835b14

Please sign in to comment.