This commit is contained in:
@@ -26,11 +26,11 @@ jobs:
|
||||
REGISTRY_USER: ${{ secrets.REGISTRY_USER }}
|
||||
REGISTRY_PASS: ${{ secrets.REGISTRY_PASS }}
|
||||
run: |
|
||||
echo "$REGISTRY_PASS" | DOCKER_API_VERSION=1.41 docker login registry.infra.mintel.me -u "$REGISTRY_USER" --password-stdin
|
||||
echo "$REGISTRY_PASS" | DOCKER_API_VERSION=1.44 docker login registry.infra.mintel.me -u "$REGISTRY_USER" --password-stdin
|
||||
|
||||
- name: Build image
|
||||
run: |
|
||||
DOCKER_API_VERSION=1.41 docker build \
|
||||
DOCKER_API_VERSION=1.44 docker build \
|
||||
--pull \
|
||||
--build-arg NEXT_PUBLIC_UMAMI_WEBSITE_ID=${{ secrets.NEXT_PUBLIC_UMAMI_WEBSITE_ID }} \
|
||||
--build-arg NEXT_PUBLIC_UMAMI_SCRIPT_URL=${{ secrets.NEXT_PUBLIC_UMAMI_SCRIPT_URL }} \
|
||||
@@ -38,7 +38,7 @@ jobs:
|
||||
-t registry.infra.mintel.me/mintel/klz-cables.com:latest .
|
||||
|
||||
- name: Push image
|
||||
run: DOCKER_API_VERSION=1.41 docker push registry.infra.mintel.me/mintel/klz-cables.com:latest
|
||||
run: DOCKER_API_VERSION=1.44 docker push registry.infra.mintel.me/mintel/klz-cables.com:latest
|
||||
|
||||
- name: Setup SSH
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user