diff --git a/Dockerfile b/Dockerfile index 0548bed..3f0ae1f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM napptive/playground:v5.0.0 +FROM napptive/playground:v6.0.1 COPY entrypoint.sh /entrypoint.sh diff --git a/README.md b/README.md index dd32d49..8b5e52c 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ jobs: # Get a copy of the repo. - uses: actions/checkout@v2 # Push a new version of the application - - uses: napptive-actions/catalog-push-action@v5.0.0 + - uses: napptive-actions/catalog-push-action@v6.0.1 env: PLAYGROUND_PAT: ${{ secrets.PLAYGROUND_PAT }} with: