We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6363d87 commit a2cb766Copy full SHA for a2cb766
.github/workflows/build.yml
@@ -13,8 +13,7 @@ jobs:
13
uses: actions/checkout@v4
14
15
- name: Login to GHCR
16
- run: echo "${{ secrets.GITHUB_TOKEN }}" | \
17
- docker login ghcr.io -u ${{ github.actor }} --password-stdin
+ run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
18
19
- name: Compile LaTeX document
20
run: |
.github/workflows/publish-image.yml
@@ -12,8 +12,7 @@ jobs:
12
- uses: actions/checkout@v4
- name: Build and push
0 commit comments