|
|
@@ -49,23 +49,18 @@ jobs:
|
|
|
cache-to: type=gha,mode=max
|
|
|
tags: ${{ steps.meta.outputs.tags }}
|
|
|
|
|
|
- - name: Move cache
|
|
|
- run: |
|
|
|
- rm -rf /tmp/.buildx-cache
|
|
|
- mv /tmp/.buildx-cache-new /tmp/.buildx-cache
|
|
|
-
|
|
|
- name: Add tag
|
|
|
uses: anothrNick/github-tag-action@v1
|
|
|
env:
|
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
|
- CUSTOM_TAG: v${{ steps.package-json.outputs.packageVersion }}
|
|
|
+ CUSTOM_TAG: pdf-converter/v${{ steps.package-json.outputs.packageVersion }}
|
|
|
VERBOSE : true
|
|
|
|
|
|
- name: Update Docker Hub Description
|
|
|
uses: peter-evans/dockerhub-description@v3
|
|
|
with:
|
|
|
- username: wsmoogle
|
|
|
- password: ${{ secrets.DOCKER_REGISTRY_PASSWORD }}
|
|
|
+ username: growimoogle
|
|
|
+ password: ${{ secrets.DOCKER_REGISTRY_PASSWORD_GROWIMOOGLE }}
|
|
|
repository: growilabs/pdf-converter
|
|
|
readme-filepath: ./apps/pdf-converter/docker/README.md
|
|
|
|
|
|
@@ -119,7 +114,7 @@ jobs:
|
|
|
with:
|
|
|
source_branch: support/prepare-v${{ steps.package-json.outputs.packageVersion }}
|
|
|
destination_branch: master
|
|
|
- pr_title: Prepare v${{ steps.package-json.outputs.packageVersion }}
|
|
|
+ pr_title: Prepare pdf-converter v${{ steps.package-json.outputs.packageVersion }}
|
|
|
pr_label: flag/exclude-from-changelog,type/prepare-next-version
|
|
|
- pr_body: "An automated PR generated by ${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}/actions/runs/${GITHUB_RUN_ID}"
|
|
|
+ pr_body: "An automated PR generated by ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
|
|
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|