Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…into main
  • Loading branch information
dominik-cg committed Mar 8, 2021
2 parents 2a4a251 + dbd9644 commit a25f48c
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 20 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/docker-image-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ on:
branches: [ main ]
paths-ignore:
- "README.md"
pull_request:
branches: [ main ]
paths-ignore:
- "README.md"

jobs:

Expand Down
24 changes: 10 additions & 14 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,15 @@
name: Docker Image CD

on: push
# create:
# tags:
# - "v*"
# push:
# # branches: [ main ]
# tags:
# - "v*"
# paths-ignore:
# - "README.md"
# pull_request:
# # branches: [ main ]
# paths-ignore:
# - "README.md"
on:
create:
tags:
- "v*"
push:
# branches: [ main ]
tags:
- "v*"
paths-ignore:
- "README.md"

jobs:

Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,7 @@ docker run -it \
-e GH_REPO=git.company.com/org/repo \
-v $PWD:/home/work/repo dom/gh-cli:test
```

## more docs

the full github cli documentation can be found [here](https://cli.github.com/manual/)
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ RUN true \
&& true

ARG GH_CLI_VERSION_EXTERNAL
ENV GH_CLI_VERSION "1.5.0"
ENV GH_CLI_CHECKSUM 6fe61b7364f91582fdb13c3ccc889e4b9bc81a75ed7b3aae56e6e1fb67b21315
ENV GH_CLI_VERSION "1.7.0"
ENV GH_CLI_CHECKSUM 30299170a8e48fa88f0d85613dd93bffc806761d902c8144809f80092759513f
ENV GH_CLI_BASE_URL "https://github.com/cli/cli/releases/download"
ENV GH_CLI_FILE_NAME "gh_${GH_CLI_VERSION}_linux_amd64.tar.gz"
ENV GH_CLI_UNZIPPED_FILE_NAME "gh_${GH_CLI_VERSION}_linux_amd64"
Expand Down

0 comments on commit a25f48c

Please sign in to comment.