mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-21 17:21:09 +01:00
ci: updated workflow
This commit is contained in:
4
.github/workflows/docker-crawlab.yml
vendored
4
.github/workflows/docker-crawlab.yml
vendored
@@ -253,8 +253,8 @@ jobs:
|
||||
)
|
||||
for name in "${IMAGE_NAMES[@]}"; do
|
||||
IMAGE_NAME="ghcr.io/${{ github.repository_owner }}/$name"
|
||||
OLD_IMAGE="crawlabteam/${name}:latest"
|
||||
NEW_IMAGE="${IMAGE_NAME}:${{ needs.setup.outputs.version }}"
|
||||
OLD_IMAGE="crawlabteam/${name}:"
|
||||
NEW_IMAGE="${IMAGE_NAME}:"
|
||||
sed -i "s|${OLD_IMAGE}|${NEW_IMAGE}|" Dockerfile
|
||||
done
|
||||
- name: Log in to GitHub Container Registry
|
||||
|
||||
Reference in New Issue
Block a user