Skip to content

Commit

Permalink
fix invalid tag docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Silleellie committed Aug 5, 2024
1 parent ae427fe commit 4bab29d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
default: false

env:
IMAGE_TAG: silleellie/laikallm:${{ github.ref_name }}
IMAGE_TAG: ${{ secrets.DOCKERHUB_USERNAME }}/laikallm:${{ github.ref_name }}

jobs:
docker:
Expand All @@ -34,7 +34,7 @@ jobs:
if: inputs.latest == true
name: Append 'latest' tag to docker image
run: |
echo "IMAGE_TAG=${IMAGE_TAG},${DOCKERHUB_USERNAME}/laikallm:latest" >> $GITHUB_ENV
echo "IMAGE_TAG=${IMAGE_TAG},${{ secrets.DOCKERHUB_USERNAME }}/laikallm:latest" >> $GITHUB_ENV
echo "$IMAGE_TAG"
-
name: Build and push
Expand Down

0 comments on commit 4bab29d

Please sign in to comment.