ci: cleanup

This commit is contained in:
Matthew Penner 2022-12-04 17:39:55 -07:00
parent e4d790ea40
commit e652d2df84
No known key found for this signature in database
2 changed files with 2 additions and 4 deletions

View File

@ -18,7 +18,7 @@ jobs:
- name: Code checkout
uses: actions/checkout@v3
- name: Docker Meta
- name: Docker metadata
id: docker_meta
uses: docker/metadata-action@v4
with:
@ -31,7 +31,7 @@ jobs:
- name: Setup QEMU
uses: docker/setup-qemu-action@v2
- name: Install buildx
- name: Setup Docker buildx
uses: docker/setup-buildx-action@v2
- name: Login to GitHub Container Registry

View File

@ -62,8 +62,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
name: ${{ github.ref }}
tag_name: ${{ github.ref }}
draft: true
prerelease: ${{ contains(github.ref, 'rc') || contains(github.ref, 'beta') || contains(github.ref, 'alpha') }}
body_path: ./RELEASE_CHANGELOG