Skip to content

Commit

Permalink
Update base image to miniconda
Browse files Browse the repository at this point in the history
  • Loading branch information
melund committed Feb 21, 2024
1 parent 3280b6f commit f9a8d11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-anybodycon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
ANYBODY_VERSION=${{ env.ANYBODY_VERSION }}
ANYBODY_VERSION_PATCH=${{ env.ANYBODY_VERSION_PATCH }}
ANYBODY_VERSION_SUFFIX=${{ env.ANYBODY_VERSION_SUFFIX }}
BASE_IMAGE=mcr.microsoft.com/vscode/devcontainers/universal
BASE_IMAGE=mcr.microsoft.com/vscode/devcontainers/miniconda
DISTRO=ubuntu
DISTRO_VERSION=focal
TAG=2.8.0-focal
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:
with:
file: Dockerfile-anybodycon
push: ${{ github.event_name != 'pull_request' }}
cache-from: type=gha, scope=${{ github.workflow }}
# cache-from: type=gha, scope=${{ github.workflow }}
cache-to: type=gha, scope=${{ github.workflow }}
build-args: |
ANYBODY_VERSION=${{ env.ANYBODY_VERSION }}
Expand Down

0 comments on commit f9a8d11

Please sign in to comment.