Skip to content

Release v1.0.0

Compare
Choose a tag to compare
@orhun orhun released this 19 Jun 19:03
· 71 commits to main since this release
0b7b4de

Changelog

[1.0.0] - 2021-06-19

Chore

action

  • Set the name of the test action
  • Use the output file as action output
  • Update name
  • Set it an unique name

docker

  • Remove the working directory

project

  • Add action files

Docs

readme

  • Update README.md about new action arguments
  • Add description for the example
  • Update the version in example

Feat

input

  • Use the config file from given path

Fix

style

  • Update formatting
  • Use input values as separate arguments

test

  • Use sudo to create a output directory
  • Mark entrypoint script as executable
  • Move entrypoint script to root directory
  • Change the working directory
  • Update output location
  • Run the entrypoint script
  • Use an output directory
  • Update the use of positional arguments
  • Remove the quotes around image arguments
  • Update the formatting of docker argument
  • Use the explicit format for docker arguments
  • Set the fetch-depth to 0

Refactor

action

  • Use OUTPUT environment variable as output path

entrypoint

  • Remove output redirection

Test

action

  • Add main.yml workflow