Skip to content

Commit

Permalink
adding project initilization workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent 045e37b commit 872dd83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/init-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
workflow_dispatch:

env:
IMAGE_PREFIX: registry.cloudzilla.ai/lens-project-70bc80b7/
IMAGE_PREFIX: registry.cloudzilla.ai/lens-project-71fcfdc4/

jobs:
build-push:
Expand All @@ -22,7 +22,7 @@ jobs:
uses: docker/login-action@v3
with:
registry: https://registry.cloudzilla.ai/
username: 'robot$lens-project-70bc80b7+imageuser'
username: 'robot$lens-project-71fcfdc4+imageuser'
password: '${{ secrets.DOCKER_PASSWORD }}'

- name: downcase REPO
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
SECTION_K8S_API_URL: '${{ secrets.SECTION_K8S_API_URL }}'
SECTION_API_TOKEN: '${{ secrets.SECTION_API_TOKEN }}'
DOCKER_SERVER: 'registry.cloudzilla.ai'
DOCKER_USERNAME: 'robot$lens-project-70bc80b7+imageuser'
DOCKER_USERNAME: 'robot$lens-project-71fcfdc4+imageuser'
DOCKER_PASSWORD: '${{ secrets.DOCKER_PASSWORD }}'
FULL_IMAGE_WITH_TAG: '${{ env.DOCKER_METADATA_OUTPUT_TAGS }}'
POD_NAME: '${{ env.IMAGE_NAME }}'
Expand Down

0 comments on commit 872dd83

Please sign in to comment.