- For action
image_push
, the inputimage-tag
has been deprecated and will be removed in a future version. Its place is taken byimage-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
- Bump typescript from 5.0.4 to 5.1.3 by @dependabot in #136
- Bump @types/node from 18.16.3 to 20.3.0 by @dependabot in #138
- Bump eslint-plugin-github from 4.7.0 to 4.8.0 by @dependabot in #137
- Bump eslint from 8.39.0 to 8.42.0 by @dependabot in #135
- Bump actions/setup-node from 3.6.0 to 3.7.0 by @dependabot in #143
- Bump @types/node from 20.3.0 to 20.4.1 by @dependabot in #145
- Bump eslint from 8.42.0 to 8.44.0 by @dependabot in #142
- Bump prettier from 2.8.7 to 3.0.0 by @dependabot in #144
- Bump @typescript-eslint/parser from 5.59.2 to 5.61.0 by @dependabot in #146
- Bump @typescript-eslint/parser from 5.61.0 to 5.62.0 by @dependabot in #149
- Bump eslint-plugin-github from 4.8.0 to 4.9.0 by @dependabot in #148
- Bump eslint from 8.44.0 to 8.45.0 by @dependabot in #147
- Bump semver from 6.3.0 to 6.3.1 by @dependabot in #150
- Bump eslint from 8.45.0 to 8.46.0 by @dependabot in #151
- Bump eslint from 8.46.0 to 8.47.0 by @dependabot in #153
- Bump @types/node from 20.4.1 to 20.5.0 by @dependabot in #152
- add example to README by @akasprzok in #154
- add example workflow to GHA repo by @akasprzok in #155
- Make example workflow more explicit by @akasprzok in #156
- install.sh by @akasprzok in #157
- Bump actions/setup-node from 3.7.0 to 3.8.1 by @dependabot in #160
- Bump typescript from 5.1.3 to 5.2.2 by @dependabot in #162
- Bump eslint from 8.47.0 to 8.48.0 by @dependabot in #163
- Bump eslint from 8.48.0 to 8.49.0 by @dependabot in #166
- Bump actions/checkout from 3 to 4 by @dependabot in #168
- Bump @types/node from 20.5.0 to 20.6.0 by @dependabot in #167
- Bump @vercel/ncc from 0.36.1 to 0.38.0 by @dependabot in #165
- Bump eslint-plugin-github from 4.9.0 to 4.10.0 by @dependabot in #164
- enable setting multiple tags by @akasprzok in #169
Full Changelog: v4...v4.3