Skip to content

Commit

Permalink
Update pipeline.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
youcefguichi authored Oct 11, 2024
1 parent 2e394e4 commit ecbe85f
Showing 1 changed file with 1 addition and 23 deletions.
24 changes: 1 addition & 23 deletions .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,26 +35,4 @@ jobs:
platforms: linux/amd64,linux/arm64/v8
push: true
tags: |
ghcr.io/youcefguichi/streamlit-app:${{github.sha}}
# shipping-artifact:
# runs-on: ubuntu-latest
# name: "Shipping artifact"

# needs: build-push
# if: github.ref_name == 'main'

# steps:
# - name: Check out
# uses: actions/checkout@v3.0.1
# with:
# fetch-depth: 1

# - name: Shipping release artifact to Gimlet
# id: shipping
# uses: gimlet-io/gimlet-artifact-shipper-action@v0.5.3
# env:
# GIMLET_SERVER: ${{ secrets.GIMLET_SERVER }}
# GIMLET_TOKEN: ${{ secrets.GIMLET_TOKEN }}

# - name: Artifact ID
# run: echo "Artifact ID is ${{ steps.shipping.outputs.artifact-id }}"
ghcr.io/youcefguichi/streamlit-app:${{github.sha}}

0 comments on commit ecbe85f

Please sign in to comment.