Skip to content

Commit 6123f01

Browse files
authored
STAC-23483: Do not build the Docker image (#3)
1 parent fdcd7dd commit 6123f01

File tree

2 files changed

+0
-84
lines changed

2 files changed

+0
-84
lines changed

.github/actions/quay/action.yml

Lines changed: 0 additions & 60 deletions
This file was deleted.

.github/workflows/ci.yml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ on:
1212
# Allows to run this via the Actions tab
1313
workflow_dispatch:
1414

15-
env:
16-
REGISTRY: quay.io
17-
1815
jobs:
1916
lint:
2017
permissions:
@@ -110,28 +107,12 @@ jobs:
110107
env:
111108
TAG: ${{ github.ref_name }}
112109
S3_BUCKET: "s3://cli-dl.stackstate.com/stackstate-backup-cli/"
113-
QUAY_USER: ${{ secrets.QUAY_USER }}
114-
QUAY_PASSWORD: ${{ secrets.QUAY_PASSWORD }}
115110
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
116111
steps:
117112
- uses: actions/checkout@v4
118113
- uses: actions/setup-go@v5
119114
with:
120115
go-version: "1.25.x"
121-
- name: Log in to the Container registry
122-
uses: docker/login-action@v3
123-
if: github.event_name != 'pull_request'
124-
with:
125-
registry: quay.io
126-
username: ${{ secrets.QUAY_USER }}
127-
password: ${{ secrets.QUAY_PASSWORD }}
128-
- name: Log in to the Container registry
129-
uses: docker/login-action@v3
130-
if: github.event_name != 'pull_request'
131-
with:
132-
registry: docker.io
133-
username: ${{ secrets.DOCKER_USER }}
134-
password: ${{ secrets.DOCKER_PASSWORD }}
135116
- name: Go releaser publish
136117
uses: goreleaser/goreleaser-action@v5
137118
env:
@@ -159,8 +140,3 @@ jobs:
159140
run: |
160141
echo "aws s3 cp dist/LATEST_VERSION ${{ env.S3_BUCKET }}"
161142
aws s3 cp dist/LATEST_VERSION ${{ env.S3_BUCKET }}
162-
163-
- name: Publish installers to S3
164-
run: |
165-
echo "aws s3 cp scripts/publish/installers/ ${{ env.S3_BUCKET }} --recursive"
166-
aws s3 cp scripts/publish/installers/ ${{ env.S3_BUCKET }} --recursive

0 commit comments

Comments
 (0)