Skip to content

Commit 1543bce

Browse files
Update lint-test-build-push-epam.yml
Change registry to new URL
1 parent bc9a58b commit 1543bce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint-test-build-push-epam.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ jobs:
264264
- name: log into GitHub Container Registry
265265
uses: docker/login-action@v1
266266
with:
267-
registry: https://git.bbnavi.vk256.eu/
267+
registry: https://git.bbnavi.de/
268268
username: ${{ secrets.REGISTRY_USER }}
269269
password: ${{ secrets.REGISTRY_PASSWORD }}
270270

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

0 commit comments

Comments
 (0)