Skip to content

Commit

Permalink
set envs
Browse files Browse the repository at this point in the history
Signed-off-by: dwertent <[email protected]>
  • Loading branch information
dwertent committed Nov 5, 2024
1 parent d0e69a8 commit fcaf407
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ on:
- '**/build.gradle'
- '**/Dockerfile'
- '.github/workflows/build-image*.yaml'
env:
REGISTRY: docker.io
REGISTRY_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
REGISTRY_PASSWORD: ${{ secrets.DOCKERHUB_TOKEN }}
REPOSITORY: kaleidoinc
# REPOSITORY: ${{ github.repository_owner }}
IMAGE_TAG: ${{ github.ref_name }}
jobs:
env:
REGISTRY: docker.io
REGISTRY_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
REGISTRY_PASSWORD: ${{ secrets.DOCKERHUB_TOKEN }}
REPOSITORY: kaleidoinc
# REPOSITORY: ${{ github.repository_owner }}
IMAGE_TAG: ${{ github.ref_name }}
core-macos:
uses: ./.github/workflows/build-image-job.yaml
with:
Expand Down

0 comments on commit fcaf407

Please sign in to comment.