Browse Source

Update registry path

pull/1565/head
David Sanz 4 years ago
parent
commit
669accc07c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/basket-api.yml

+ 1
- 1
.github/workflows/basket-api.yml View File

@ -11,7 +11,7 @@ on:
- src/Services/Basket/* - src/Services/Basket/*
- .github/workflows/basket-api.yml - .github/workflows/basket-api.yml
env: env:
registryEndpoint: hub.docker.com/repository/docker/borjasanes/eshoponcontainers
registryEndpoint: borjasanes/eshoponcontainers
services: basket-api services: basket-api
image: basket.api image: basket.api
# branch: $(echo ${GITHUB_REF#refs/heads/}) # branch: $(echo ${GITHUB_REF#refs/heads/})


Loading…
Cancel
Save