Skip to content

Gimlet Artifact Shipper Action

Actions
Ship releasable software artifacts to Gimlet
v0.9.0
Latest
Star (2)

Gimlet Artifact Shipper Github Action

Testing locally

docker build -t myaction .
docker run -v $(pwd):/action -it -e GITHUB_REF=refs/tags/alma myaction docker-image=mycompany/myimage:mytag "true"

Usage

name: Build
on:
  push:
    branches:
      - 'main'

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
    - name: Check out
      uses: actions/checkout@v1
      with:
        fetch-depth: 1
    - name: Build
      run: |
        echo "Here comes your build command"
    - name: Container image
      run: |
        echo "Here you build your container image"
    - name: Deploy with Gimlet
      id: deploy
      uses: gimlet-io/[email protected]
      env:
        GIMLET_SERVER: ${{ secrets.GIMLET_SERVER }}
        GIMLET_TOKEN: ${{ secrets.GIMLET_TOKEN }}

See in action on https://github.com/gimlet-io/github-actions-integration-sample/

Gimlet Artifact Shipper Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Ship releasable software artifacts to Gimlet
v0.9.0
Latest

Gimlet Artifact Shipper Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.