Commit 5ee05f0 1 parent f3887e0 commit 5ee05f0 Copy full SHA for 5ee05f0
File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 12
12
# # See the License for the specific language governing permissions and
13
13
# # limitations under the License.
14
14
15
- # docker build "$PWD" --build-arg commit=d79ccd1 --build-arg version=v2.1.0 -t heroiclabs/nakama:2.1.0
15
+ # docker build "$PWD" --build-arg commit="$(git rev-parse --short HEAD)" --build-arg version=v2.1.1 -t heroiclabs/nakama:2.1.1
16
+ # docker build "$PWD" --build-arg commit="$(git rev-parse --short HEAD)" --build-arg version="v2.1.1-$(git rev-parse --short HEAD)" -t heroiclabs/nakama-prerelease:"2.1.1-$(git rev-parse --short HEAD)"
16
17
17
18
FROM golang:1.11.1-alpine3.7 as builder
18
19
Original file line number Diff line number Diff line change 12
12
# # See the License for the specific language governing permissions and
13
13
# # limitations under the License.
14
14
15
- # docker build "$PWD" --file ./Dockerfile.pluginbuilder --build-arg commit=d79ccd1 --build-arg version=v2.1.0 -t heroiclabs/nakama-pluginbuilder:2.1.0
15
+ # docker build "$PWD" --file ./Dockerfile.pluginbuilder --build-arg commit="$(git rev-parse --short HEAD)" --build-arg version=v2.1.1 -t heroiclabs/nakama-pluginbuilder:2.1.1
16
+ # docker build "$PWD" --file ./Dockerfile.pluginbuilder --build-arg commit="$(git rev-parse --short HEAD)" --build-arg version="v2.1.1-$(git rev-parse --short HEAD)" -t heroiclabs/nakama-prerelease:"2.1.1-$(git rev-parse --short HEAD)"
16
17
17
18
FROM golang:1.11.1-alpine3.7 as builder
18
19
You can’t perform that action at this time.
0 commit comments