Skip to content

Commit

Permalink
Merge pull request #12 from quantcdn/feat/v4
Browse files Browse the repository at this point in the history
Added v4.0.0 release of deploy action
  • Loading branch information
stooit authored Nov 4, 2024
2 parents da40a9f + b3505f3 commit 6841f7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
# Build the artefact or restore a cached copy.
# - name: Build the deploy artefact
# run: npm run build
- uses: quantcdn/deploy-action@v2.0.0
- uses: quantcdn/deploy-action@v4.0.0
with:
customer: <quant-customer-id>
project: <quant-project-id>
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ inputs:
default: false
runs:
using: "docker"
image: "docker://quantcdn/cli:2.1.0"
image: "docker://quantcdn/cli:4.0.0"
entrypoint: quant
args:
- deploy
Expand Down

0 comments on commit 6841f7e

Please sign in to comment.