File tree 1 file changed +19
-19
lines changed
1 file changed +19
-19
lines changed Original file line number Diff line number Diff line change 1
- name : [ STAGING] Deploy Images to GHCR
1
+ name : STAGING Deploy Images to GHCR
2
2
3
3
env :
4
4
DOTNET_VERSION : ' 6.0.x'
10
10
workflow_dispatch :
11
11
12
12
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
21
21
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}}
28
28
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
You can’t perform that action at this time.
0 commit comments