Skip to content
This repository has been archived by the owner on Feb 24, 2020. It is now read-only.

Commit

Permalink
Merge pull request #7 from Shashwatsh/master
Browse files Browse the repository at this point in the history
Update README.md; fixed a typo
  • Loading branch information
lucab authored Jun 9, 2017
2 parents 5912258 + b087e02 commit 2d4c2e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Commit any changes to `acbuild.sh`, and push them.

Add a signed tag:

$ GIT_COMMITTER_NAME="CoreOS Application Signing Key" GIT_COMMITTER_EMAIL="[email protected]" git tag -u $RKTSUBKEYID'!' -s v1.0.0 -m "rkt-builder v1.0.0"`
$ GIT_COMMITTER_NAME="CoreOS Application Signing Key" GIT_COMMITTER_EMAIL="[email protected]" git tag -u $RKTSUBKEYID'!' -s v1.2.0 -m "rkt-builder v1.2.0"`

Push the tag to GitHub:

Expand All @@ -34,7 +34,7 @@ Push the tag to GitHub:
--volume src-dir,kind=host,source="$(pwd)" \
--volume build-dir,kind=host,source="$(pwd)/release-build" \
--interactive \
coreos.com/rkt/builder:v1.0.0
coreos.com/rkt/builder:1.2.0

## Overview

Expand Down

0 comments on commit 2d4c2e3

Please sign in to comment.