Skip to content

Commit

Permalink
chore: release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pandatix committed May 18, 2024
1 parent 1188e73 commit 57372d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ Moreover, the setup API does not exist, so we had to map it to what the frontend
To fit those gaps, we built `ctfd-setup` on top of the CTFd API. This utility helps setup a CTFd instance from a YAML configuration file, CLI flags and environment variables.
Thanks to this, you can integrate it using **GitHub Actions**, **Drone CI** or even as part of your **IaC provisionning**.

<!--TODO improve CI + CD support description-->

## How to use

<div align="center">
Expand Down Expand Up @@ -46,7 +44,7 @@ jobs:
runs-on: 'ubuntu-latest'
steps:
- name: 'Setup CTFd'
uses: 'ctfer-io/ctfd-setup@v0'
uses: 'ctfer-io/ctfd-setup@v1.1.0'
with:
url: ${{ secrets.CTFD_URL }}
appearance_name: 'My CTF'
Expand Down Expand Up @@ -76,7 +74,7 @@ steps:
# ...

- name: 'Setup CTFd'
image: 'ctferio/ctfd-setup@v0'
image: 'ctferio/ctfd-setup@v1.1.0'
settings:
url:
from_secret: CTFD_URL
Expand Down
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ inputs:

runs:
using: 'docker'
image: 'ctferio/ctfd-setup:v1.0.0'
image: 'ctferio/ctfd-setup:v1.1.0'
env:
FILE: ${{ inputs.file }}
URL: ${{ inputs.url }}
Expand Down

0 comments on commit 57372d6

Please sign in to comment.