Skip to content

Commit b7feb10

Browse files
committed
feat: use registry.iteam.services as repo
1 parent e95b5af commit b7feb10

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,4 @@ jobs:
4444
REACT_APP_MAPBOX_ACCESS_TOKEN: ${{ secrets.REACT_APP_MAPBOX_ACCESS_TOKEN }}
4545
TRAFIKLAB_KEY: ${{ secrets.TRAFIKLAB_KEY }}
4646
run: |
47-
docker login -u ${{ secrets.DOCKER_USER }} -p ${{ secrets.DOCKER_PASSWORD }}
48-
skaffold run
49-
docker logout
47+
skaffold run --default-repo registry.iteam.services

0 commit comments

Comments
 (0)