Commit cca6a73 1 parent e8270d2 commit cca6a73 Copy full SHA for cca6a73
File tree 1 file changed +16
-16
lines changed
1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change 7
7
workflow_dispatch :
8
8
9
9
jobs :
10
- push-store-image :
11
- runs-on : ubuntu-latest
10
+ push-store-image :
11
+ runs-on : ubuntu-latest
12
12
13
- steps :
14
- - name : ' Checkout'
15
- uses : actions/checkout@main
13
+ steps :
14
+ - name : ' Checkout'
15
+ uses : actions/checkout@main
16
16
17
- - name : ' Login to GHCR'
18
- uses : docker/login-action@v1
19
- with :
20
- registry : ghcr.io
21
- username : ${{ github.actor }}
22
- password : ${{ github.token }}
17
+ - name : ' Login to GHCR'
18
+ uses : docker/login-action@v1
19
+ with :
20
+ registry : ghcr.io
21
+ username : ${{ github.actor }}
22
+ password : ${{ github.token }}
23
23
24
- - name : ' Build Image'
25
- run : docker build . --tag ghcr.io/hemantapkh/torrenthunt:latest
26
-
27
- - push : ' Push to GHCR'
28
- run : docker push ghcr.io/hemantapkh/torrenthunt:latest
24
+ - name : ' Build Image'
25
+ run : docker build . --tag ghcr.io/hemantapkh/torrenthunt:latest
26
+
27
+ - name : ' Push to GHCR'
28
+ run : docker push ghcr.io/hemantapkh/torrenthunt:latest
You can’t perform that action at this time.
0 commit comments