mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
ci: remove save + upload from container checks (#55440)
This commit is contained in:
committed by
GitHub
parent
bc87a56970
commit
1db06e57a2
@@ -51,15 +51,6 @@ jobs:
|
||||
-t fcc-client \
|
||||
-f docker/web/Dockerfile .
|
||||
|
||||
- name: Save Image
|
||||
run: docker save fcc-client > client-artifact.tar
|
||||
|
||||
- name: Upload Client Artifact
|
||||
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
|
||||
with:
|
||||
name: client-artifact
|
||||
path: client-artifact.tar
|
||||
|
||||
build-api:
|
||||
name: Build Api (Container)
|
||||
runs-on: ubuntu-22.04
|
||||
@@ -77,15 +68,6 @@ jobs:
|
||||
-t fcc-api \
|
||||
-f docker/api/Dockerfile .
|
||||
|
||||
- name: Save Image
|
||||
run: docker save fcc-api > api-artifact.tar
|
||||
|
||||
- name: Upload Api Artifact
|
||||
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
|
||||
with:
|
||||
name: api-artifact
|
||||
path: api-artifact.tar
|
||||
|
||||
build-new-api:
|
||||
name: Build New Api (Container)
|
||||
runs-on: ubuntu-22.04
|
||||
|
||||
Reference in New Issue
Block a user