There was an error while loading. Please reload this page.
1 parent 7ad5764 commit 5e03326Copy full SHA for 5e03326
1 file changed
.github/workflows/deploy.yml
@@ -11,6 +11,9 @@ jobs:
11
if: github.repository == "${{ github.repository_owner }}/safety-data-client"
12
runs-on: ubuntu-latest
13
steps:
14
+ - name: Checkout
15
+ uses: actions/checkout@v4
16
+
17
- name: Login to GitHub Container Registry
18
uses: docker/login-action@v3
19
with:
@@ -25,6 +28,5 @@ jobs:
25
28
push: true
26
29
tags: ghcr.io/${{ github.repository_owner }}/safety-data-client:latest
27
30
build-args: |
- REACT_APP_API_URL=${{ secrets.REACT_APP_API_URL }}
31
VITE_API_URL=${{ secrets.VITE_API_URL }}
32
VITE_API_ANYWAY_URL=${{ secrets.VITE_API_ANYWAY_URL }}
0 commit comments