Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GitHub Actions: Be precise about the format #400

Merged
merged 3 commits into from
Oct 20, 2020
Merged

GitHub Actions: Be precise about the format #400

merged 3 commits into from
Oct 20, 2020

Commits on Oct 10, 2020

  1. Be precise about the format of the output

    I stumbled across this to add the plain branch name to the [Docker push action](https://github.com/docker/build-push-action) as a tag, which does not work with 
    ```yaml
    with:
      tags: tillepille/my-image: ${{ github.ref }}
    ```
    tillepille authored Oct 10, 2020
    Configuration menu
    Copy the full SHA
    905352f View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2020

  1. Configuration menu
    Copy the full SHA
    569da35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    078926a View commit details
    Browse the repository at this point in the history