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 a4a379d commit c0cfae3Copy full SHA for c0cfae3
.github/workflows/docker-image.yml
@@ -11,14 +11,18 @@ jobs:
11
12
runs-on: ubuntu-latest
13
14
- defaults:
15
- run:
16
- working-directory: ./gsr-mirror
+ # defaults:
+ # run:
+ # working-directory: ./gsr-mirror
17
18
steps:
19
- uses: actions/checkout@v2
20
name: Checkout
21
22
+ - name: Directory Change
23
+ working-directory: ./gsr-mirror
24
+ run: echo $(pwd)
25
+
26
- name: Image Build Push
27
uses: docker/build-push-action@v2
28
with:
@@ -27,3 +31,5 @@ jobs:
31
registry: ghcr.io
32
repository: platformercloud/git-mirror-gsr
29
33
tag_with_ref: true
34
35
0 commit comments