From 484e754bc4d201b3454be3dca1c0a7e71ad24add Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Thu, 25 May 2023 20:56:44 -0700 Subject: [PATCH] Update docker.rust.yml --- .github/workflows/docker.rust.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/docker.rust.yml b/.github/workflows/docker.rust.yml index 076fb3e..22b4397 100644 --- a/.github/workflows/docker.rust.yml +++ b/.github/workflows/docker.rust.yml @@ -63,7 +63,7 @@ jobs: - name: Generate image name run: | - echo "IMAGE_NAME=${GITHUB_REPOSITORY,,}-rust" >>${GITHUB_ENV} + echo "IMAGE_NAME=${GITHUB_REPOSITORY,,}/rust" >>${GITHUB_ENV} - uses: int128/docker-build-cache-config-action@v1 id: cache @@ -81,13 +81,5 @@ jobs: push: ${{ github.event_name != 'pull_request' }} tags: | ghcr.io/${{ env.IMAGE_NAME }}:latest - ${{ env.IMAGE_NAME }}:latest cache-from: ${{ steps.cache.outputs.cache-from }} cache-to: ${{ steps.cache.outputs.cache-to }} - - - name: Docker Hub Description - uses: peter-evans/dockerhub-description@v3 - with: - username: ${{ secrets.DOCKERHUB_USERNAME }} - password: ${{ secrets.DOCKERHUB_TOKEN }} - repository: tabbyml/tabby-rust