Skip to content

Commit 004225d

Browse files
authored
[CI] Update base docker image (#5705)
# Description <!-- Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List any dependencies that are required for this change. --> Fixes and updates the frontend docker image generation **Type of change** <!-- Please delete options that are not relevant. Remember to title the PR according to the type of change --> **How Has This Been Tested** <!-- Please add some reference about how your feature has been tested. --> **Checklist** <!-- Please go over the list and make sure you've taken everything into account --> - I added relevant documentation - I followed the style guidelines of this project - I did a self-review of my code - I made corresponding changes to the documentation - I confirm My changes generate no new warnings - I have added tests that prove my fix is effective or that my feature works - I have added relevant notes to the CHANGELOG.md file (See https://keepachangelog.com/)
1 parent 6129ce8 commit 004225d

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/argilla-frontend.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,6 @@ jobs:
7171
image-name: argilla/argilla-frontend-for-dev
7272
dockerfile: argilla-frontend/dev.frontend.Dockerfile
7373
platforms: linux/amd64
74-
build-args: |
75-
ARGILLA_SERVER_TAG=main
7674
secrets: inherit
7775

7876
deploy:

argilla-frontend/dev.frontend.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
ARG ARGILLA_SERVER_TAG=main
1+
ARG ARGILLA_SERVER_TAG=develop
22

3-
FROM argilla/argilla-quickstart:${ARGILLA_SERVER_TAG}
3+
FROM argilladev/argilla-hf-spaces:${ARGILLA_SERVER_TAG}
44

55
USER root
66

0 commit comments

Comments
 (0)