Skip to content

Commit

Permalink
Use 'build' environment for Docker building
Browse files Browse the repository at this point in the history
  • Loading branch information
leplatrem committed Feb 27, 2025
1 parent ae22fe5 commit 7e8b343
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
GAR_REPOSITORY: telescope-prod
GCP_PROJECT_ID: moz-fx-telescope-prod
IMAGE: telescope
environment: build
steps:
- name: Check out the repo
uses: actions/checkout@v4
Expand Down Expand Up @@ -56,7 +57,7 @@ jobs:
tags: |
type=raw,value=latest
type=raw,value=${{ steps.determine_tag.outputs.TAG }}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

Expand Down

0 comments on commit 7e8b343

Please sign in to comment.