Просмотр исходного кода

fix(release): Fix py2/py3 docker image confusion (#22685)

Follow up to #22470 et al.
Burak Yigit Kaya 4 лет назад
Родитель
Сommit
5b93cf58fd
1 измененных файлов с 8 добавлено и 8 удалено
  1. 8 8
      .craft.yml

+ 8 - 8
.craft.yml

@@ -13,27 +13,27 @@ statusProvider:
 targets:
   - name: github
   - name: pypi
-  - id: py2-release
+  - id: py3-release
     name: docker
     source: us.gcr.io/sentryio/sentry
     target: getsentry/sentry
-  - id: py2-latest
+  - id: py3-latest
     name: docker
     source: us.gcr.io/sentryio/sentry
     target: getsentry/sentry
     targetFormat: '{{{target}}}:latest'
-  - id: py3-release
+  - id: py2-release
     name: docker
     source: us.gcr.io/sentryio/sentry
-    sourceFormat: '{{{source}}}:{{{revision}}}-py3'
+    sourceFormat: '{{{source}}}:{{{revision}}}-py2'
     target: getsentry/sentry
-    targetFormat: '{{{target}}}:{{{version}}}-py3'
-  - id: py3-latest
+    targetFormat: '{{{target}}}:{{{version}}}-py2'
+  - id: py2-latest
     name: docker
     source: us.gcr.io/sentryio/sentry
-    sourceFormat: '{{{source}}}:{{{revision}}}-py3'
+    sourceFormat: '{{{source}}}:{{{revision}}}-py2'
     target: getsentry/sentry
-    targetFormat: '{{{target}}}:latest-py3'
+    targetFormat: '{{{target}}}:latest-py2'
 
 requireNames:
   - /^sentry-.+-py2.py3-none-any.whl$/