File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments