Skip to content

Commit

Permalink
Neue Registry für Docker-Image
Browse files Browse the repository at this point in the history
  • Loading branch information
epam-vkerkhoff authored Nov 17, 2023
1 parent cf7d891 commit 56ad9e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/epam-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: docker/setup-buildx-action@v1
- uses: docker/login-action@v1
with:
registry: git.bbnavi.vk256.eu
registry: git.bbnavi.de
username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_PASSWORD }}
- id: docker_build
Expand All @@ -26,5 +26,5 @@ jobs:
NUXT_PUBLIC_GRAPHQL_ENDPOINT=${{ secrets.NUXT_PUBLIC_GRAPHQL_ENDPOINT }}
NUXT_PUBLIC_GRAPHQL_AUTH_ENDPOINT=${{ secrets.NUXT_PUBLIC_GRAPHQL_AUTH_ENDPOINT }}
push: true
tags: git.bbnavi.vk256.eu/bbnavi/cms:latest
tags: git.bbnavi.de/bbnavi-reg/cms:latest

0 comments on commit 56ad9e7

Please sign in to comment.