Skip to content

Commit c0cfae3

Browse files
Working Directort Bug Fixed
1 parent a4a379d commit c0cfae3

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.github/workflows/docker-image.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,18 @@ jobs:
1111

1212
runs-on: ubuntu-latest
1313

14-
defaults:
15-
run:
16-
working-directory: ./gsr-mirror
14+
# defaults:
15+
# run:
16+
# working-directory: ./gsr-mirror
1717

1818
steps:
1919
- uses: actions/checkout@v2
2020
name: Checkout
2121

22+
- name: Directory Change
23+
working-directory: ./gsr-mirror
24+
run: echo $(pwd)
25+
2226
- name: Image Build Push
2327
uses: docker/build-push-action@v2
2428
with:
@@ -27,3 +31,5 @@ jobs:
2731
registry: ghcr.io
2832
repository: platformercloud/git-mirror-gsr
2933
tag_with_ref: true
34+
35+

0 commit comments

Comments
 (0)