mirror of
https://github.com/LukeHagar/sailpoint-cli.git
synced 2025-12-10 04:21:26 +00:00
PLTCONN-1788: Clean up
This commit is contained in:
2
.github/workflows/prb.yml
vendored
2
.github/workflows/prb.yml
vendored
@@ -7,7 +7,7 @@ on:
|
|||||||
branches: [ main ]
|
branches: [ main ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
sp-cli:
|
connector-cli-linux:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|||||||
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@@ -2,9 +2,8 @@ name: Release
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ main ]
|
tags:
|
||||||
pull_request:
|
- '*'
|
||||||
branches: [ main ]
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
REF: ${{ github.event.inputs.tag || github.ref }}
|
REF: ${{ github.event.inputs.tag || github.ref }}
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ archives:
|
|||||||
|
|
||||||
dockers:
|
dockers:
|
||||||
- image_templates:
|
- image_templates:
|
||||||
- sailpoint/connector-cli:0.0.1
|
- sailpoint/connector-cli:{{.Tag}}
|
||||||
use: buildx
|
use: buildx
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
build_flag_templates:
|
build_flag_templates:
|
||||||
|
|||||||
@@ -16,5 +16,5 @@ RUN apk add --no-cache \
|
|||||||
ADD . /app
|
ADD . /app
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
# Copy cli binary to correct location
|
# Copy cli to bin location
|
||||||
RUN cp connector-cli /usr/local/bin/sp
|
RUN cp connector-cli /usr/local/bin/sp
|
||||||
|
|||||||
Reference in New Issue
Block a user