Skip to content

Commit 985b6d9

Browse files
Fix build (#36)
* change dockerfile * change release * fix skip build * fix env values * fix envs * change envs * checkout code in build part
1 parent a3cfd96 commit 985b6d9

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/release.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,14 @@ jobs:
116116
env:
117117
NEW_VERSION: ${{ env.NEW_VERSION }}
118118

119+
- name: Checkout repository
120+
uses: actions/checkout@v2
121+
with:
122+
repository: ${{ github.repository }}
123+
124+
- name: Checkout code
125+
uses: actions/checkout@v2
126+
119127
- name: Log in to the Container registry
120128
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
121129
with:
@@ -149,6 +157,14 @@ jobs:
149157
env:
150158
NEW_VERSION: ${{ env.NEW_VERSION }}
151159

160+
- name: Checkout repository
161+
uses: actions/checkout@v2
162+
with:
163+
repository: ${{ github.repository }}
164+
165+
- name: Checkout code
166+
uses: actions/checkout@v2
167+
152168
- name: Log in to the Container registry
153169
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
154170
with:

0 commit comments

Comments
 (0)