未验证 提交 ebe46ec0 编写于 作者: S Sebastian Florek 提交者: GitHub

Update cd-workflow.yml

上级 e11f6fd5
...@@ -25,7 +25,13 @@ jobs: ...@@ -25,7 +25,13 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- name: Docker Login - name: Docker Login
run: echo "Log in" env:
DOCKER_USER: ${{ secrets.DOCKER_USER }}
DOCKER_PASS: ${{ secrets.DOCKER_PASS }}
run: docker login -u $DOCKER_USER -p $DOCKER_PASS
- name: Push Image
run: echo "Push"
release: release:
name: Release name: Release
...@@ -44,4 +50,7 @@ jobs: ...@@ -44,4 +50,7 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- name: Docker Login - name: Docker Login
run: echo "Log in" run: docker login -u $DOCKER_RELEASE_USER -p $DOCKER_RELEASE_PASS
- name: Push Image
run: echo "Push"
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册