Skip to content

Commit

Permalink
remove the notify slack step and fix the description of the last step
Browse files Browse the repository at this point in the history
Signed-off-by: Basma1912 <basad@mozilla.com>
  • Loading branch information
Basma1912 authored and robhudson committed Dec 12, 2024
1 parent 4e38c2b commit 7a43c24
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,6 @@ jobs:
short_sha: ${{ steps.sha.outputs.SHORT_SHA }}

steps:
- id: slack
name: notify slack
uses: mozilla-it/deploy-actions/slack@v3
with:
app_name: ${{ env.APP }}
env_name: "dev"
channel_id: ${{ env.SLACK_CHANNEL_ID }}
type: "start"
ref: ${{ env.REF_ID }}
slack_bot_token: ${{ secrets.SLACK_BOT_TOKEN_BUGID_1796141_20221019 }}
if: always()

- uses: docker/setup-buildx-action@v3
with:
buildkitd-flags: "cache-from: type=gha cache-to: type=gha,mode=max"
Expand Down Expand Up @@ -124,7 +112,7 @@ jobs:
password: ${{ steps.gcp-auth.outputs.access_token }}

- id: push-existing-image-to-gar
name: Push existing stage image to GAR
name: Push existing image to GAR
run: |-
docker tag mozmeao/basket:${{ needs.build_and_publish_public_images.outputs.long_sha }} ${{ env.GAR_LOCATION }}-docker.pkg.dev/${{ env.GCP_PROJECT_ID }}/${{ env.GAR_REPOSITORY}}/${{ env.IMAGE }}:${{ env.TAG }}
docker push ${{ env.GAR_LOCATION }}-docker.pkg.dev/${{ env.GCP_PROJECT_ID }}/${{ env.GAR_REPOSITORY}}/${{ env.IMAGE }}:${{ env.TAG }}
Expand Down

0 comments on commit 7a43c24

Please sign in to comment.