Skip to content

docker with legacy buildx action #4

docker with legacy buildx action

docker with legacy buildx action #4

Workflow file for this run

name: Release
on:
push:
tags:
- 'v[1-9]+.[0-9]+.[0-9]+'
jobs:
create-release:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Create or update release
uses: softprops/action-gh-release@v2
with:
generate_release_notes: true
token: ${{ secrets.GITHUB_TOKEN }}