Skip to content

Rename images to remove architecture, and refactored image creation #78

Rename images to remove architecture, and refactored image creation

Rename images to remove architecture, and refactored image creation #78

Workflow file for this run

name: Labeler
on:
- pull_request_target
- workflow_dispatch
jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@4.1.0
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"