Skip to content
Compare
Choose a tag to compare
@akasprzok akasprzok released this 13 Sep 19:52
· 40 commits to main since this release
43a1524
  • For action image_push, the input image-tag has been deprecated and will be removed in a future version. Its place is taken by image-tags, which can be used to specify one or more tags via a YAML multiline:
      - name: Push Image
        uses: massdriver-cloud/actions/image_push@v4
        with:
          namespace: 'massdriver-cloud'
          image-name: 'massdriver'
          artifact: ${{secrets.ARTIFACT_ID}}
          region: 'us-west-2'
          image-tags: |
            ${{github.sha}}
            latest
  • Adds several example workflows in the example_workflows folder, including a script that can be used to set up GH workflows for a massdriver bundle.

What's Changed

Full Changelog: v4...v4.3