Skip to content

Commit cca6a73

Browse files
committed
Fix workflows
1 parent e8270d2 commit cca6a73

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.github/workflows/deploy.yml

+16-16
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,22 @@ on:
77
workflow_dispatch:
88

99
jobs:
10-
push-store-image:
11-
runs-on: ubuntu-latest
10+
push-store-image:
11+
runs-on: ubuntu-latest
1212

13-
steps:
14-
- name: 'Checkout'
15-
uses: actions/checkout@main
13+
steps:
14+
- name: 'Checkout'
15+
uses: actions/checkout@main
1616

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 }}
2323

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

0 commit comments

Comments
 (0)