From 505f40efd020e2f2244ff8837e08061a1a260e8d Mon Sep 17 00:00:00 2001 From: Lucas TESSON Date: Wed, 30 Oct 2024 10:59:55 +0100 Subject: [PATCH] chore: release v1.4.3 --- .ctfd.yaml | 10 ---------- .github/workflows/docker.yaml | 10 +++------- README.md | 4 ++-- action.yaml | 2 +- 4 files changed, 6 insertions(+), 20 deletions(-) delete mode 100644 .ctfd.yaml diff --git a/.ctfd.yaml b/.ctfd.yaml deleted file mode 100644 index 03cef1a..0000000 --- a/.ctfd.yaml +++ /dev/null @@ -1,10 +0,0 @@ -appearance: - name: 'TFP-CTFd' - description: 'Terraform Provider CTFd.' - -admin: - name: 'ctfer' - email: 'ctfer-io@protonmail.com' - password: 'password' - -mode: teams diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index 2a312fc..f5d2456 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -53,13 +53,9 @@ jobs: tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} build-args: | - VERSION=$VERSION - COMMIT=$COMMIT - COMMIT_DATE=$COMMIT_DATE - env: - VERSION: ${{ steps.infos.outputs.version }} - COMMIT: ${{ github.sha }} - COMMIT_DATE: ${{ steps.infos.outputs.date }} + VERSION=${{ steps.infos.outputs.version }} + COMMIT=${{ github.sha }} + COMMIT_DATE=${{ steps.infos.outputs.date }} # This step calls the container workflow to generate provenance and push it to # the container registry. diff --git a/README.md b/README.md index d4058a5..e8ad1ee 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ jobs: runs-on: 'ubuntu-latest' steps: - name: 'Setup CTFd' - uses: 'ctfer-io/ctfd-setup@v1.4.2' + uses: 'ctfer-io/ctfd-setup@v1.4.3' with: url: ${{ secrets.CTFD_URL }} appearance_name: 'My CTF' @@ -74,7 +74,7 @@ steps: # ... - name: 'Setup CTFd' - image: 'ctferio/ctfd-setup@v1.4.2' + image: 'ctferio/ctfd-setup@v1.4.3' settings: url: from_secret: CTFD_URL diff --git a/action.yaml b/action.yaml index 1da5728..f23f2b5 100644 --- a/action.yaml +++ b/action.yaml @@ -152,7 +152,7 @@ inputs: runs: using: 'docker' - image: 'docker://ctferio/ctfd-setup:v1.4.2' + image: 'docker://ctferio/ctfd-setup:v1.4.3' env: FILE: ${{ inputs.file }} URL: ${{ inputs.url }}