Skip to content

Commit b4311e8

Browse files
Context Changed
1 parent c8736dc commit b4311e8

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ jobs:
1111

1212
runs-on: ubuntu-latest
1313

14-
# defaults:
15-
# run:
16-
# working-directory: ./gsr-mirror
17-
1814
steps:
1915
- uses: actions/checkout@v2
2016
name: Checkout
@@ -26,6 +22,7 @@ jobs:
2622
- name: Image Build Push
2723
uses: docker/build-push-action@v2
2824
with:
25+
context: ./gsr-mirror
2926
username: ${{ github.actor }}
3027
password: ${{ secrets.TOKEN }}
3128
registry: ghcr.io

gsr-mirror/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Google Source Repository Mirror
2-
> Mirror from Github Gitlab and Bitbucket to Google GSR
2+
> Mirror from GitHub Gitlab and Bitbucket to Google GSR
33
44
## Requirements
55

0 commit comments

Comments
 (0)