diff --git a/.github/workflows/publish_ansible_ee_image.yml b/.github/workflows/publish_ansible_ee_image.yml index c9d1af8..e6b372e 100644 --- a/.github/workflows/publish_ansible_ee_image.yml +++ b/.github/workflows/publish_ansible_ee_image.yml @@ -41,7 +41,7 @@ jobs: id: meta uses: docker/metadata-action@v5 with: - images: ghcr.io/paloaltonetworks/test_pua_ee + images: ghcr.io/paloaltonetworks/panos_upgrade_assurance_ee tags: | type=raw,value=latest type=semver,pattern=v{{version}},value=${{ steps.tag.outputs.version_tag }} @@ -76,3 +76,5 @@ jobs: push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} + cache-from: type=gha + cache-to: type=gha,mode=max \ No newline at end of file diff --git a/.github/workflows/publish_documentation.yml b/.github/workflows/publish_documentation.yml index 67bd8fb..8d1c541 100644 --- a/.github/workflows/publish_documentation.yml +++ b/.github/workflows/publish_documentation.yml @@ -57,7 +57,7 @@ jobs: uses: ./.github/actions/artifact_docs pandev_pr: - name: Create a preview PR for pan.dev + name: Create a release PR for pan.dev needs: store_documentation runs-on: ubuntu-latest permissions: @@ -68,7 +68,7 @@ jobs: uses: actions/checkout@v4 with: path: pua - - name: create preview PR + - name: create release PR uses: ./pua/.github/actions/pandev_pr with: token: ${{ secrets.CLSC_PAT }}