mirror of
https://github.com/LukeHagar/sailpoint-cli.git
synced 2025-12-06 12:47: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:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Login to DockerHub
|
||||
uses: docker/login-action@v1
|
||||
with:
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
# - name: Login to DockerHub
|
||||
# uses: docker/login-action@v1
|
||||
# with:
|
||||
# username: ${{ secrets.DOCKER_USERNAME }}
|
||||
# password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v3
|
||||
|
||||
@@ -52,13 +52,13 @@ archives:
|
||||
files:
|
||||
- LICENSE
|
||||
|
||||
dockers:
|
||||
- image_templates:
|
||||
- sailpoint/sailpoint-cli:{{.Tag}}
|
||||
use: buildx
|
||||
dockerfile: Dockerfile
|
||||
build_flag_templates:
|
||||
- "--platform=linux/amd64"
|
||||
# dockers:
|
||||
# - image_templates:
|
||||
# - sailpoint/sailpoint-cli:{{.Tag}}
|
||||
# use: buildx
|
||||
# dockerfile: Dockerfile
|
||||
# build_flag_templates:
|
||||
# - "--platform=linux/amd64"
|
||||
|
||||
brews:
|
||||
- name: sailpoint-cli
|
||||
|
||||
Reference in New Issue
Block a user