Skip to content

Commit

Permalink
update docker
Browse files Browse the repository at this point in the history
  • Loading branch information
ain-soph committed May 14, 2023
1 parent cddfdef commit 8de0552
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion docker/cpu.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/ain-soph/base:cpu-conda
FROM local0state/base:cpu-conda
LABEL maintainer="Ren Pang <[email protected]>"
LABEL org.opencontainers.image.source=https://github.com/ain-soph/trojanzoo

Expand Down
2 changes: 1 addition & 1 deletion docker/gpu.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/ain-soph/base:gpu-conda
FROM local0state/base:gpu-conda
LABEL maintainer="Ren Pang <[email protected]>"
LABEL org.opencontainers.image.source=https://github.com/ain-soph/trojanzoo

Expand Down

0 comments on commit 8de0552

Please sign in to comment.