Skip to content

Commit e0519ae

Browse files
committed
fix yaml
1 parent 55236fb commit e0519ae

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

Diff for: .github/workflows/deploy-image-staging.yml

+19-19
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: [STAGING] Deploy Images to GHCR
1+
name: STAGING Deploy Images to GHCR
22

33
env:
44
DOTNET_VERSION: '6.0.x'
@@ -10,23 +10,23 @@ on:
1010
workflow_dispatch:
1111

1212
jobs:
13-
push-app-image:
14-
runs-on: ubuntu-latest
15-
defaults:
16-
run:
17-
working-directory: './apps/api'
18-
steps:
19-
- name: 'Checkout GitHub Action'
20-
uses: actions/checkout@main
13+
push-app-image:
14+
runs-on: ubuntu-latest
15+
defaults:
16+
run:
17+
working-directory: './apps/api'
18+
steps:
19+
- name: 'Checkout GitHub Action'
20+
uses: actions/checkout@main
2121

22-
- name: 'Login to GitHub Container Registry'
23-
uses: docker/login-action@v1
24-
with:
25-
registry: ghcr.io
26-
username: ${{github.actor}}
27-
password: ${{secrets.GITHUB_TOKEN}}
22+
- name: 'Login to GitHub Container Registry'
23+
uses: docker/login-action@v1
24+
with:
25+
registry: ghcr.io
26+
username: ${{github.actor}}
27+
password: ${{secrets.GITHUB_TOKEN}}
2828

29-
- name: 'Build Inventory Image'
30-
run: |
31-
docker build . --tag ghcr.io/mendableai/firecrawl-staging:latest
32-
docker push ghcr.io/mendableai/firecrawl-staging:latest
29+
- name: 'Build Inventory Image'
30+
run: |
31+
docker build . --tag ghcr.io/mendableai/firecrawl-staging:latest
32+
docker push ghcr.io/mendableai/firecrawl-staging:latest

0 commit comments

Comments
 (0)