mirror of
https://github.com/LukeHagar/sailpoint-cli.git
synced 2025-12-06 04:21:15 +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 ]
|
||||
|
||||
jobs:
|
||||
sp-cli:
|
||||
connector-cli-linux:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
@@ -2,9 +2,8 @@ name: Release
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
tags:
|
||||
- '*'
|
||||
|
||||
env:
|
||||
REF: ${{ github.event.inputs.tag || github.ref }}
|
||||
@@ -21,7 +20,7 @@ jobs:
|
||||
- name: Login to DockerHub
|
||||
uses: docker/login-action@v1
|
||||
with:
|
||||
username: ${{ secrets.DOCKER_USERNAME}}
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
|
||||
- name: Run GoReleaser
|
||||
|
||||
@@ -17,7 +17,7 @@ archives:
|
||||
|
||||
dockers:
|
||||
- image_templates:
|
||||
- sailpoint/connector-cli:0.0.1
|
||||
- sailpoint/connector-cli:{{.Tag}}
|
||||
use: buildx
|
||||
dockerfile: Dockerfile
|
||||
build_flag_templates:
|
||||
|
||||
@@ -16,5 +16,5 @@ RUN apk add --no-cache \
|
||||
ADD . /app
|
||||
WORKDIR /app
|
||||
|
||||
# Copy cli binary to correct location
|
||||
# Copy cli to bin location
|
||||
RUN cp connector-cli /usr/local/bin/sp
|
||||
|
||||
Reference in New Issue
Block a user