Skip to content

Commit

Permalink
fix: fix image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
xu-cheng committed Apr 7, 2024
1 parent 217c3b8 commit 964c2ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup enviroment
run: |
echo "SCHEME=${{ matrix.scheme }}" >> "$GITHUB_ENV"
echo "TAG=ghcr.io/xu-cheng/texlive-$SCHEME" >> "$GITHUB_ENV"
echo "TAG=ghcr.io/xu-cheng/texlive-${{ matrix.scheme }}" >> "$GITHUB_ENV"
echo "VERSION=$(date "+%Y%m%d")" >> "$GITHUB_ENV"
- name: Setup Git repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 964c2ce

Please sign in to comment.