Skip to content

Commit

Permalink
Merge pull request #10 from AckeeDevOps/feat/61091-add-label
Browse files Browse the repository at this point in the history
✨ Add labels
  • Loading branch information
beranm14 authored Jul 12, 2021
2 parents 3f14267 + 6f88005 commit 997f2ae
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v1.1.0] - 2021-07-12
### Added
- Add labels

## [v1.0.2] - 2021-04-14
### Added
- Add java bin folder to the PATH
Expand Down
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
FROM debian:stretch

LABEL tag="ackee-gitlab" \
author="Ackee 🦄" \
description="This Docker image serves as an environment for running Android builds on Gitlab CI in Ackee workspace"

SHELL ["/bin/bash", "-c"]

RUN apt-get update && apt-get install -y \
Expand Down

0 comments on commit 997f2ae

Please sign in to comment.