Skip to content

Commit

Permalink
Update epam-docker.yml wit new registry
Browse files Browse the repository at this point in the history
  • Loading branch information
epam-vkerkhoff authored Nov 17, 2023
1 parent 1113970 commit 53d2302
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/epam-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ jobs:
- uses: docker/setup-buildx-action@v1
- uses: docker/#-action@v1
with:
registry: git.bbnavi.vk256.eu
registry: git.bbnavi.de
username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_PASSWORD }}
- id: docker_build
uses: docker/build-push-action@v2
with:
push: true
file: Dockerfile.martin
tags: git.bbnavi.vk256.eu/bbnavi/datahub:tileserver
tags: git.bbnavi.de/bbnavi-reg/datahub:tileserver

prep:
runs-on: ubuntu-latest
Expand All @@ -43,11 +43,11 @@ jobs:
- uses: docker/setup-buildx-action@v1
- uses: docker/#-action@v1
with:
registry: git.bbnavi.vk256.eu
registry: git.bbnavi.de
username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_PASSWORD }}
- id: docker_build
uses: docker/build-push-action@v2
with:
push: true
tags: git.bbnavi.vk256.eu/bbnavi/datahub:latest
tags: git.bbnavi.de/bbnavi-reg/datahub:latest

0 comments on commit 53d2302

Please # to comment.