-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fd81cb2
commit 13ca6c1
Showing
4 changed files
with
12 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,6 +41,11 @@ jobs: | |
git add pyproject.toml | ||
git commit -m "[no ci]: $PROJECT_VERSION bumping version" | ||
git push origin main | ||
docker_build_push: | ||
runs-on: ubuntu-latest | ||
needs: build | ||
steps: | ||
- name: Login to Scaleway Container Registry | ||
uses: docker/login-action@v3 | ||
with: | ||
|
@@ -60,11 +65,10 @@ jobs: | |
- name: Push ingest_to_db Image | ||
run: docker push ${{ secrets.CONTAINER_REGISTRY_ENDPOINT }}/ingest_to_db | ||
|
||
# - name: Build streamlit image | ||
# run: docker build -f Dockerfile_streamlit . -t ${{ secrets.CONTAINER_REGISTRY_ENDPOINT }}/streamlit | ||
# - name: Push streamlit Image | ||
# run: docker push ${{ secrets.CONTAINER_REGISTRY_ENDPOINT }}/streamlit | ||
|
||
scaleway_job_update: | ||
runs-on: ubuntu-latest | ||
needs: docker_build_push | ||
steps: | ||
- name: update scaleway job definition with version mediatree_import | ||
uses: jawher/[email protected] | ||
env: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13ca6c1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Coverage Report