Skip to content

Commit

Permalink
another test
Browse files Browse the repository at this point in the history
  • Loading branch information
cronventis committed Jun 22, 2023
1 parent b79675a commit ba526db
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,12 @@ jobs:
docker build -t $DOCKER_REPO/$IMAGE_NAME:$TAG .
docker push $DOCKER_REPO/$IMAGE_NAME:$TAG
docker create --name king-export $DOCKER_REPO/$IMAGE_NAME:$TAG
docker cp king-export:/usr/share/nginx/html/* - | zip > King-for-Kong-$TAG.zip
docker cp king-export:/usr/share/nginx/html ./dist
docker rm king-export
- name: zip folder
run: |
(cd ./dist && zip -r ../King-for-Kong-${{ steps.taggerDryRun.outputs.new_tag }}.zip .)
# Build

- name: Minor version for each merge
Expand All @@ -62,4 +66,4 @@ jobs:
prerelease: false
title: "Release ${{ steps.taggerDryRun.outputs.new_tag }}"
files: |
King-for-Kong-${{ steps.taggerDryRun.outputs.new_tag }}.zip
./King-for-Kong-${{ steps.taggerDryRun.outputs.new_tag }}.zip

0 comments on commit ba526db

Please sign in to comment.