mirror of
https://github.com/hugomods/docker.git
synced 2025-04-25 20:51:18 +03:00
Fix typo
This commit is contained in:
parent
b1a7dfdf72
commit
3f6091fb02
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
@ -47,7 +47,7 @@ jobs:
|
|||
id: release
|
||||
run: curl https://api.github.com/repos/gohugoio/hugo/releases/latest -s | jq .tag_name -r | awk '{print "version="substr($1,2)}' >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Check if the base image exists
|
||||
- name: Check if the image exists
|
||||
if: steps.release.outputs.version != 'ull'
|
||||
id: check
|
||||
run: curl https://hub.docker.com/v2/namespaces/razonyang/repositories/hugo/tags/${{ matrix.version }}${{ matrix.prefix }}${{ steps.release.outputs.version }} -s | jq 'has("name")' | awk '{print "exists="$1}' >> $GITHUB_OUTPUT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue