Skip to content

Commit

Permalink
Merge pull request #21 from cytopia/release-drafter
Browse files Browse the repository at this point in the history
Allow Release Drafter to run trigger tags
  • Loading branch information
cytopia authored Oct 23, 2022
2 parents fd524bc + 5a16a8f commit 517a9b4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 17 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,13 @@ on:
branches:
- master

permissions:
contents: read

jobs:
update_release_draft:
permissions:
# write permission is required to create a github release
contents: write
# write permission is required for autolabeler
# otherwise, read permission is required at least
pull-requests: write
runs-on: ubuntu-latest
steps:
# Drafts your next Release notes as Pull Requests are merged into "master"
- uses: release-drafter/release-drafter@v5
with:
publish: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.RELEASE_DRAFTER_TOKEN }}
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,13 @@ The following Docker image tags are built once and can be used for reproducible
[![build](https://github.com/cytopia/docker-jsonlint/workflows/build/badge.svg)](https://github.com/cytopia/docker-jsonlint/actions?query=workflow%3Abuild)


| Docker Tag | Git Ref | Jsonlint | Flavour | Available Architectures |
|---------------------|----------|-------------|---------|----------------------------------------------|
| `latest-0.6` | tag: 0.6 | latest | default | `amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6` |
| `alpine-latest-0.6` | tag: 0.6 | latest | Alpine | `amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6` |
| | | | | |
| `1.6.0-0.9` | tag: 0.9 | **`1.6.0`** | default | `amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6` |
| `alpine-1.6.0-0.9` | tag: 0.9 | **`1.6.0`** | Alpine | `amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6` |
| Docker Tag | Git Ref | Jsonlint | Flavour | Available Architectures |
|---------------------|-----------|-------------|---------|----------------------------------------------|
| `latest-0.6` | tag: 0.10 | latest | default | `amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6` |
| `alpine-latest-0.6` | tag: 0.10 | latest | Alpine | `amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6` |
| | | | | |
| `1.6.0-0.9` | tag: 0.10 | **`1.6.0`** | default | `amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6` |
| `alpine-1.6.0-0.9` | tag: 0.10 | **`1.6.0`** | Alpine | `amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6` |


## :open_file_folder: Docker mounts
Expand Down

0 comments on commit 517a9b4

Please sign in to comment.