Skip to content

Commit

Permalink
drop vlad, make this actually build again, update torch, etc
Browse files Browse the repository at this point in the history
  • Loading branch information
neggles committed Mar 9, 2024
1 parent b04f2b9 commit 6cc4535
Show file tree
Hide file tree
Showing 10 changed files with 172 additions and 646 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-push-auto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ concurrency:

env:
IMAGE_REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
IMAGE_NAMESPACE: ${{ github.repository }}
IMAGE_PLATFORMS: "linux/amd64"

jobs:
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
uses: docker/metadata-action@v4
with:
images: |
${{ env.IMAGE_REGISTRY }}/${{ env.IMAGE_NAME }}
${{ env.IMAGE_REGISTRY }}/${{ env.IMAGE_NAMESPACE }}
tags: ${{ matrix.tags }}

- name: Build and Push Versioned Tags
Expand Down
124 changes: 0 additions & 124 deletions .github/workflows/build-push-vlad.yml

This file was deleted.

Loading

0 comments on commit 6cc4535

Please sign in to comment.