Skip to content

Commit

Permalink
chore: release v1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pandatix committed Oct 30, 2024
1 parent c81e612 commit 505f40e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 20 deletions.
10 changes: 0 additions & 10 deletions .ctfd.yaml

This file was deleted.

10 changes: 3 additions & 7 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
runs-on: 'ubuntu-latest'
steps:
- name: 'Setup CTFd'
uses: 'ctfer-io/[email protected].2'
uses: 'ctfer-io/[email protected].3'
with:
url: ${{ secrets.CTFD_URL }}
appearance_name: 'My CTF'
Expand Down Expand Up @@ -74,7 +74,7 @@ steps:
# ...

- name: 'Setup CTFd'
image: 'ctferio/[email protected].2'
image: 'ctferio/[email protected].3'
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 @@ -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 }}
Expand Down

0 comments on commit 505f40e

Please sign in to comment.