test
This commit is contained in:
@@ -166,10 +166,15 @@ jobs:
|
||||
exit 1
|
||||
fi
|
||||
|
||||
- name: Clear all build caches
|
||||
run: |
|
||||
docker builder prune -af || true
|
||||
docker buildx prune -af || true
|
||||
|
||||
- name: Build and push image
|
||||
run: |
|
||||
IMAGE="$IMAGE_REGISTRY/$IMAGE_ORG/$IMAGE_REPO_VINTAGE_STORY:${{ matrix.version }}"
|
||||
docker buildx build --platform linux/amd64 --push -t "$IMAGE" "./${{ matrix.version }}"
|
||||
docker buildx build --platform linux/amd64 --pull --no-cache --push -t "$IMAGE" "./${{ matrix.version }}"
|
||||
|
||||
generate-changelogs:
|
||||
needs: build-vintage-story-images
|
||||
|
||||
Reference in New Issue
Block a user