From 8de0552d5f7fb252f5ee7cb1877ab18a6a844887 Mon Sep 17 00:00:00 2001 From: ain-soph Date: Sun, 14 May 2023 05:56:02 -0400 Subject: [PATCH] update docker --- .github/workflows/release.yml | 8 ++++---- docker/cpu.dockerfile | 2 +- docker/gpu.dockerfile | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9a676428..32c87bd2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -103,9 +103,9 @@ jobs: ${{ secrets.DOCKERHUB_USERNAME }}/${{ env.DOCKERHUB_REPOSITORY }}:${{ steps.get-version.outputs.result }} ${{ secrets.DOCKERHUB_USERNAME }}/${{ env.DOCKERHUB_REPOSITORY }}:${{ github.job }} ${{ secrets.DOCKERHUB_USERNAME }}/${{ env.DOCKERHUB_REPOSITORY }}:latest - ghcr.io/${{ github.repository }}:${{ steps.get-version.outputs.result }}-${{ github.job }} - ghcr.io/${{ github.repository }}:${{ steps.get-version.outputs.result }} - ghcr.io/${{ github.repository }}:${{ github.job }} - ghcr.io/${{ github.repository }}:latest + # ghcr.io/${{ github.repository }}:${{ steps.get-version.outputs.result }}-${{ github.job }} + # ghcr.io/${{ github.repository }}:${{ steps.get-version.outputs.result }} + # ghcr.io/${{ github.repository }}:${{ github.job }} + # ghcr.io/${{ github.repository }}:latest cache-from: type=gha cache-to: type=gha diff --git a/docker/cpu.dockerfile b/docker/cpu.dockerfile index adbd1b0a..3d0d450a 100644 --- a/docker/cpu.dockerfile +++ b/docker/cpu.dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/ain-soph/base:cpu-conda +FROM local0state/base:cpu-conda LABEL maintainer="Ren Pang " LABEL org.opencontainers.image.source=https://github.com/ain-soph/trojanzoo diff --git a/docker/gpu.dockerfile b/docker/gpu.dockerfile index 397bd512..96e8af28 100644 --- a/docker/gpu.dockerfile +++ b/docker/gpu.dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/ain-soph/base:gpu-conda +FROM local0state/base:gpu-conda LABEL maintainer="Ren Pang " LABEL org.opencontainers.image.source=https://github.com/ain-soph/trojanzoo