Skip to content

Commit

Permalink
Update ilab-base-prod.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
cssprad1 authored Dec 17, 2024
1 parent 26075b9 commit a70ef75
Showing 1 changed file with 0 additions and 48 deletions.
48 changes: 0 additions & 48 deletions .github/workflows/ilab-base-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,52 +78,4 @@ jobs:
file: ./docker/ilab-base/Dockerfile.ilab-base-gdal-3.3.3
push: true
tags: nasanccs/ilab-base:3.3.3

modis-vcf:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v3
-
name: Set up QEMU
uses: docker/setup-qemu-action@v2
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
-
name: Login to Docker Hub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

-
name: Lower github-runner storage
run: |
# Remove software and language runtimes we're not using
sudo rm -rf \
"$AGENT_TOOLSDIRECTORY" \
/opt/google/chrome \
/opt/microsoft/msedge \
/opt/microsoft/powershell \
/opt/pipx \
/usr/lib/mono \
/usr/local/julia* \
/usr/local/lib/android \
/usr/local/lib/node_modules \
/usr/local/share/chromium \
/usr/local/share/powershell \
/usr/share/dotnet \
/usr/share/swift
df -h /
-
name: Build and push
uses: docker/build-push-action@v4
with:
context: .
file: ./docker/applications/modis-vcf/Docker.modis-vcf
push: true
tags: nasanccs/modis-vcf:latest

0 comments on commit a70ef75

Please sign in to comment.