Commit 05b47ad 1 parent 5d45106 commit 05b47ad Copy full SHA for 05b47ad
File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -202,6 +202,8 @@ jobs:
202
202
cd ..
203
203
s3cmd put phplist-${RELEASE_VERSION}.* s3://${{ secrets.AWS_S3_VERSIONS_BUCKET }}/
204
204
s3cmd put phplist3/public_html/lists/admin/images/power-phplist.png s3://${{ secrets.AWS_S3_POWERED_BUCKET }}/images/${RELEASE_VERSION}/
205
+ cd $GITHUB_WORKSPACE
206
+ tar zxf ../phplist-${RELEASE_VERSION}.tgz
205
207
206
208
- name : Set up QEMU
207
209
uses : docker/setup-qemu-action@v1
@@ -220,4 +222,5 @@ jobs:
220
222
uses : docker/build-push-action@v2
221
223
with :
222
224
push : true
223
- tags : ${{ secrets.DOCKERHUB_USERNAME }}/phplist-dev:$RELEASE_VERSION
225
+ build-args : VERSION=${{ env.RELEASE_VERSION }}
226
+ tags : ${{ secrets.DOCKERHUB_USERNAME }}/phplist-dev:${{ env.RELEASE_VERSION }}
You can’t perform that action at this time.
0 commit comments