Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

Bump docker/setup-buildx-action from 2 to 3 (#93) #88

Bump docker/setup-buildx-action from 2 to 3 (#93)

Bump docker/setup-buildx-action from 2 to 3 (#93) #88

Workflow file for this run

name: Release Drafter
on:
push:
branches: [ master ]
schedule:
- cron: "5 0 * * THU" #every thursday
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}