Skip to content

Commit bffa211

Browse files
committed
chore: ci: do not push browser image to GAR
1 parent 7e2320a commit bffa211

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

.github/workflows/build_and_publish.yaml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -242,19 +242,7 @@ jobs:
242242
latest
243243
file: Dockerfile.no-browser
244244

245-
- name: push container images to GAR (browser)
246-
uses: grafana/shared-workflows/actions/push-to-gar-docker@de81a07e6f6718fb289c7a4612c9c514c28bd798 # v0.4.1
247-
with:
248-
environment: ${{ inputs.mode }}
249-
image_name: ${{ needs.preflight.outputs.repo_name }}
250-
push: true
251-
platforms: ${{ steps.extract-build-artifacts.outputs.platforms }}
252-
tags: |-
253-
type=raw,value=${{ needs.validate.outputs.version }}-browser
254-
type=raw,value=${{ needs.validate.outputs.version_bare }}-browser
255-
type=sha,prefix=sha-,suffix=-browser,format=short
256-
latest-browser
257-
file: Dockerfile.browser
245+
# There's no need to push browser image to GAR, as this is not used in our infra.
258246

259247
- name: extract image metadata
260248
id: extract-image-metadata

0 commit comments

Comments
 (0)