We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8736dc commit b4311e8Copy full SHA for b4311e8
.github/workflows/docker-image.yml
@@ -11,10 +11,6 @@ jobs:
11
12
runs-on: ubuntu-latest
13
14
- # defaults:
15
- # run:
16
- # working-directory: ./gsr-mirror
17
-
18
steps:
19
- uses: actions/checkout@v2
20
name: Checkout
@@ -26,6 +22,7 @@ jobs:
26
22
- name: Image Build Push
27
23
uses: docker/build-push-action@v2
28
24
with:
25
+ context: ./gsr-mirror
29
username: ${{ github.actor }}
30
password: ${{ secrets.TOKEN }}
31
registry: ghcr.io
gsr-mirror/readme.md
@@ -1,5 +1,5 @@
1
# Google Source Repository Mirror
2
-> Mirror from Github Gitlab and Bitbucket to Google GSR
+> Mirror from GitHub Gitlab and Bitbucket to Google GSR
3
4
## Requirements
5
0 commit comments