mirror of
https://github.com/LukeHagar/sailpoint-cli.git
synced 2025-12-09 20:57:44 +00:00
Merge pull request #102 from sailpoint-oss/temp-docker-rm
Temporarily disable docker releases
This commit is contained in:
10
.github/workflows/release.yml
vendored
10
.github/workflows/release.yml
vendored
@@ -17,11 +17,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Login to DockerHub
|
# - name: Login to DockerHub
|
||||||
uses: docker/login-action@v1
|
# uses: docker/login-action@v1
|
||||||
with:
|
# with:
|
||||||
username: ${{ secrets.DOCKER_USERNAME }}
|
# username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
# password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
|
|
||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v3
|
uses: actions/setup-go@v3
|
||||||
|
|||||||
@@ -52,13 +52,13 @@ archives:
|
|||||||
files:
|
files:
|
||||||
- LICENSE
|
- LICENSE
|
||||||
|
|
||||||
dockers:
|
# dockers:
|
||||||
- image_templates:
|
# - image_templates:
|
||||||
- sailpoint/sailpoint-cli:{{.Tag}}
|
# - sailpoint/sailpoint-cli:{{.Tag}}
|
||||||
use: buildx
|
# use: buildx
|
||||||
dockerfile: Dockerfile
|
# dockerfile: Dockerfile
|
||||||
build_flag_templates:
|
# build_flag_templates:
|
||||||
- "--platform=linux/amd64"
|
# - "--platform=linux/amd64"
|
||||||
|
|
||||||
brews:
|
brews:
|
||||||
- name: sailpoint-cli
|
- name: sailpoint-cli
|
||||||
|
|||||||
Reference in New Issue
Block a user