Skip to content

Commit

Permalink
minor cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
FoSix committed Oct 19, 2023
1 parent da01cf0 commit f9a98f0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/publish_ansible_ee_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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
4 changes: 2 additions & 2 deletions .github/workflows/publish_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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 }}
Expand Down

0 comments on commit f9a98f0

Please sign in to comment.