mirror of
https://github.com/tbabej/taskwiki.git
synced 2025-08-18 21:33:07 +02:00
ci: Don't hash TASK_DEVEL_SHA for tags (reuses old docker images)
This isn't really necessary but it seems cleaner anyway. :-)
This commit is contained in:
parent
3498c51a46
commit
d00234b60d
1 changed files with 1 additions and 2 deletions
3
.github/workflows/tests.yaml
vendored
3
.github/workflows/tests.yaml
vendored
|
@ -30,10 +30,9 @@ jobs:
|
|||
(
|
||||
echo ALPINE_VERSION="$ALPINE_VERSION"
|
||||
echo PYTHON_VERSION="$PYTHON_VERSION"
|
||||
echo TASK_VERSION="$TASK_VERSION"
|
||||
echo TASK_VERSION="$TASK_VERSION" ${TASK_DEVEL_SHA:+TASK_DEVEL_SHA="$TASK_DEVEL_SHA"}
|
||||
echo VIM_VERSION="$VIM_VERSION"
|
||||
echo VIMWIKI_VERSION="$VIMWIKI_VERSION"
|
||||
echo TASK_DEVEL_SHA="$TASK_DEVEL_SHA"
|
||||
cat Dockerfile
|
||||
) | sha256sum | read -r tag _
|
||||
docker login "$DOCKER_REGISTRY" -u "$GITHUB_USER" -p "$GITHUB_TOKEN" || :
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue