Skip to content

Commit 5e03326

Browse files
committed
fixing deploy yml
1 parent 7ad5764 commit 5e03326

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111
if: github.repository == "${{ github.repository_owner }}/safety-data-client"
1212
runs-on: ubuntu-latest
1313
steps:
14+
- name: Checkout
15+
uses: actions/checkout@v4
16+
1417
- name: Login to GitHub Container Registry
1518
uses: docker/login-action@v3
1619
with:
@@ -25,6 +28,5 @@ jobs:
2528
push: true
2629
tags: ghcr.io/${{ github.repository_owner }}/safety-data-client:latest
2730
build-args: |
28-
REACT_APP_API_URL=${{ secrets.REACT_APP_API_URL }}
2931
VITE_API_URL=${{ secrets.VITE_API_URL }}
3032
VITE_API_ANYWAY_URL=${{ secrets.VITE_API_ANYWAY_URL }}

0 commit comments

Comments
 (0)