Skip to content

Commit

Permalink
Update lint-test-build-push-epam.yml
Browse files Browse the repository at this point in the history
Change registry to new URL
  • Loading branch information
epam-vkerkhoff authored Nov 16, 2023
1 parent bc9a58b commit 1543bce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-test-build-push-epam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ jobs:
- name: log into GitHub Container Registry
uses: docker/login-action@v1
with:
registry: https://git.bbnavi.vk256.eu/
registry: https://git.bbnavi.de/
username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_PASSWORD }}

Expand All @@ -280,7 +280,7 @@ jobs:
uses: docker/build-push-action@v2
with:
context: .
tags: git.bbnavi.vk256.eu/bbnavi/digitransit-ui:latest
tags: git.bbnavi.de/bbnavi-reg/digitransit-ui:latest
cache-from: type=gha
cache-to: type=gha,mode=max,oci-mediatypes=true,compression=zstd
push: true
Expand Down

0 comments on commit 1543bce

Please sign in to comment.