Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 610 Bytes

BUILD.md

File metadata and controls

44 lines (32 loc) · 610 Bytes

Publishing the mozilla-sops-action

Consider npm outdated to check for newer dependencies.

Build the Container

cd $HOME/mozilla-sops-action
docker build -t mozilla-sops-action:build .

Run the Built Container

docker run -it --rm \
--volume $HOME/mozilla-sops-action:/usr/src/app \
mozilla-sops-action:build \
/bin/sh

Create artifacts

npm install
npm run publish

Publish the changes

Add and commit changes. Push to remote. Merge PR with changes into Master.

git tag v99
git push --tags

Create release on Release page.