Skip to content

chore(deps): bump kong/kong-build-tools from rpm-1.8.3 to rpm-1.8.6 in /dockerfiles #693

chore(deps): bump kong/kong-build-tools from rpm-1.8.3 to rpm-1.8.6 in /dockerfiles

chore(deps): bump kong/kong-build-tools from rpm-1.8.3 to rpm-1.8.6 in /dockerfiles #693

Workflow file for this run

---
name: Release
on: # yamllint disable-line rule:truthy
pull_request:
push:
branches:
- master
jobs:
release:
name: Create Release
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Release
id: release
uses: ahmadnassri/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}